NovaRain
|
191beb8e0c
|
Small optimization for game_loaded script function
|
2021-01-31 10:30:18 +08:00 |
|
NovaRain
|
c27d1468ec
|
Minor edits to code and document
|
2021-01-31 00:48:04 +08:00 |
|
NovaRain
|
0941b4684c
|
Moved GNW_win_refresh and related functions to new render.cpp
|
2021-01-30 09:52:05 +08:00 |
|
NovaRain
|
866c95599d
|
Updated Structs.h and some other files
|
2021-01-30 08:24:59 +08:00 |
|
NovaRain
|
c14966f0b9
|
Fixed the "Leave" event of the window region
* the event procedure was not triggered when the cursor moves to
a non-scripted window.
|
2021-01-29 12:42:40 +08:00 |
|
NovaRain
|
23d50410e2
|
Added SmallFrameFix option
Code style edit: use !boolean instead of (boolean == false) for some
checks.
|
2021-01-29 12:02:40 +08:00 |
|
NovaRain
|
9e250aeebb
|
Removed unnecessary hack in Perks.cpp
|
2021-01-28 12:52:20 +08:00 |
|
NovaRain
|
f2efc1978a
|
Moved trait_adjust_stat and trait_adjust_skill functions
|
2021-01-28 11:13:39 +08:00 |
|
NovaRain
|
30cabcff2d
|
Forgot to commit vcxproj for the previous commit
|
2021-01-27 11:39:44 +08:00 |
|
NovaRain
|
939cf8a089
|
Moved the code of item_total_size and adjust_fid functions
|
2021-01-27 11:26:39 +08:00 |
|
NovaRain
|
c5ed504c62
|
Code edits
|
2021-01-27 10:44:42 +08:00 |
|
NovaRain
|
f9157bee6d
|
Changed the script name search algorithm from linear to binary
|
2021-01-25 12:39:33 +08:00 |
|
NovaRain
|
16843956b5
|
Changed "obj_under_cursor" for the movement cursor
* the function is not designed for use with it.
Code correction in Stats.cpp.
|
2021-01-25 11:34:03 +08:00 |
|
NovaRain
|
15564dc0ab
|
Added an option about max HP calculation to the stats ini file
Added an update to the HP stats when the map is loaded first time.
Minor code edits.
|
2021-01-24 12:07:40 +08:00 |
|
NovaRain
|
be6347ba9b
|
Updated language translation files
|
2021-01-22 22:24:47 +08:00 |
|
NovaRain
|
671065baed
|
Updated the code for party order attack
|
2021-01-22 14:18:55 +08:00 |
|
NovaRain
|
9e403e0e6b
|
Added a new mode to NPC combat control mod (WIP)
|
2021-01-21 12:59:45 +08:00 |
|
NovaRain
|
88050850f7
|
Added a new example mod gl_auto_closebox
Updated engine structs/functions/variables for future use.
|
2021-01-20 10:17:01 +08:00 |
|
NovaRain
|
4618776322
|
Fixed flag setting/unsetting for non-door objects
|
2021-01-15 08:36:01 +08:00 |
|
NovaRain
|
ef89748eda
|
Fixed the format of some debug messages (#195)
|
2021-01-14 11:36:35 +08:00 |
|
NovaRain
|
a1c038846a
|
Changed HOOK_DESCRIPTIONOBJ to run for all types of objects (#293)
|
2021-01-14 10:44:47 +08:00 |
|
NovaRain
|
ef0bdf1e3b
|
Added a new hook: HOOK_ROLLCHECK
|
2021-01-13 23:26:19 +08:00 |
|
NovaRain
|
bde6b94855
|
Added a new hook: HOOK_ADJUSTRADS
Fixed a crash bug in ScriptExtender.cpp from commit c736e39.
Some adjustments to the hook injection mechanism.
|
2021-01-13 11:11:32 +08:00 |
|
NovaRain
|
4535ec9e20
|
Added TagSkillMode option to the skills ini file
Added a fix to the radiation handling in the engine when an NPC is under
the player's control.
Code correction in Graphics.cpp.
|
2021-01-12 11:52:59 +08:00 |
|
NovaRain
|
c736e39f9e
|
Fixed the display issue in DX9 mode
* black screen or rainbow colors when returning to the game after using
Alt+Tab in dialogue.
ASM code correction in ScriptExtender.cpp.
|
2021-01-08 13:27:36 +08:00 |
|