NovaRain
|
133d092d02
|
Fixed bugs for negative SPECIAL values in character creation (from Crafty)
Updated credits.
|
2017-03-13 10:47:53 +08:00 |
|
NovaRain
|
77349cbaec
|
Fixed Sequence stat value not being printed correctly when using "print to file" option.
Updated credits.
|
2017-03-13 10:33:31 +08:00 |
|
phobos2077
|
fa583d41d7
|
Added scripting functions: get/set_flags. This allows, for example, to turn character into a ghost dynamically from script.
|
2017-03-13 04:12:52 +07:00 |
|
phobos2077
|
c63ddf3e9c
|
Fixed incorrect GlobalVar struct size leading to load game crashes and corrupted saves
|
2017-03-13 03:54:23 +07:00 |
|
phobos2077
|
6152615ce5
|
Implemented highlighting mod as a stand-alone global script with LOS and NoHighlight flag checks #53
|
2017-03-13 03:36:02 +07:00 |
|
phobos2077
|
a379e1f998
|
Added ability to load global scripts from different paths with new GlobalScriptPaths option
|
2017-03-13 02:26:02 +07:00 |
|
phobos2077
|
b3d5d38cc4
|
Remove dependency on Explosions from ScriptExtender by introducing onAfterCombatAttack delegate
|
2017-03-13 00:52:40 +07:00 |
|
phobos2077
|
ede1bacf2b
|
Added new arguments to barter price hook from Crafty (slightly modified) #76
|
2017-03-13 00:17:50 +07:00 |
|
 VladandGitHub
|
85845a2d80
|
Merge pull request #76 from FakelsHub/3.8-barterhook
New arguments to hook_barterprice.
|
2017-03-13 00:05:57 +07:00 |
|
phobos2077
|
4823b71d96
|
Encapsulated delegate variables into functions
|
2017-03-12 23:27:00 +07:00 |
|
phobos2077
|
aa77d82a23
|
Removed all WorldmapSpeed patches except the default one, fixed global worldmap scripts not working when speed patch is disabled
|
2017-03-12 23:14:35 +07:00 |
|
phobos2077
|
0a3745f8f5
|
Moved main loop hooks from ScriptExtender to separate module (with new hooks);
Moved HighlightingMod into separate module;
Removed direct reference to ScriptExtender from InputFuncs using delegate
|
2017-03-12 21:48:10 +07:00 |
|
NovaRain
|
d8e2e6f1ca
|
Added a missing function to prevent the player starting the game with zero or negative SPECIAL values (from Crafty)
Added a log entry for the bag/backpack fix.
|
2017-03-12 21:02:19 +08:00 |
|
 NovaRainandGitHub
|
dd00e130a9
|
Merge pull request #80 from FakelsHub/3.8-PCStat_fix
Fixed bugs for negative SPECIAL values in character creation (from Crafty)
|
2017-03-12 20:53:53 +08:00 |
|
Mr.Stalin
|
6cb8700df5
|
Correcting bug for negative values SPECIAL parameters. (from Crafty)
|
2017-03-12 00:38:23 +03:00 |
|
phobos2077
|
685914dafa
|
Improved outline function by redrawing only necessary portion of screen #54;
Renamed some sfall structs;
Minor refactoring.
|
2017-03-11 23:21:44 +07:00 |
|
phobos2077
|
2d4ce73664
|
Initial implementation of set_outline function (need to find better solution) #54
|
2017-03-11 21:48:59 +07:00 |
|
phobos2077
|
7b5e730f72
|
Moved some more wrappers out from HeroAppearance
|
2017-03-11 19:18:10 +07:00 |
|
NovaRain
|
ec0baf3065
|
Greatly increased compilation speed using precompiled header (from 4.0 development branch)
Changed SkipSizeCheck and ExtraCRC to not require enabling sfall debugging mode.
|
2017-03-11 20:14:25 +08:00 |
|
phobos2077
|
10bc859892
|
Use precompiled header for all configurations; removed useless check for VS version
|
2017-03-11 18:39:54 +07:00 |
|
phobos2077
|
2e064580ed
|
Refactor HeroAppearance and related code - moved wrapper functions into Functions_def.h, replaced usages, corrected some structs
|
2017-03-11 18:35:57 +07:00 |
|
phobos2077
|
8357465e9c
|
Removed file-specific compile settings for Worldmap.cpp and TalkingHeads.cpp
|
2017-03-11 15:45:24 +07:00 |
|
phobos2077
|
81d3479bff
|
Greatly increase compilation speed using precompiled header
|
2017-03-11 15:43:28 +07:00 |
|
phobos2077
|
89f92f9676
|
Replaced NULL with nullptr
|
2017-03-11 15:11:38 +07:00 |
|
phobos2077
|
5888b76afb
|
Merge branch 'feature/namespace-changes' into develop
|
2017-03-11 15:07:52 +07:00 |
|