NovaRain
|
c86d816119
|
Preparing the code (part 1)
Moved item_w_mp_cost with hook to new items.cpp.
Updated struct/variable/function defines.
|
2021-02-06 11:00:31 +08:00 |
|
NovaRain
|
4b7d901275
|
Added OnCombatStart, OnCombatEnd delegates
Updated version number.
|
2021-02-06 10:51:23 +08:00 |
|
NovaRain
|
cd828b9717
|
Minor code format edits in ScriptExtender/LoadGameHook.cpp
|
2021-02-04 10:11:48 +08:00 |
|
NovaRain
|
030533207f
|
Code edits to ScriptExtender/HookScripts
Updated Structs.h
|
2021-02-02 11:36:03 +08:00 |
|
NovaRain
|
1d42a2242c
|
Separated the loading and initialization of global scripts
* now the loading occurs before the start of a new game.
|
2021-02-01 11:55:21 +08:00 |
|
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 |
|