Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
(some messed up strings)
|
|
|
|
Now static data is directly stored inside source code files which allows the
tool to generate kyra.dat without any additional input.
This will make supporting fan translations easier, since only the localized
strings have to be added and an appropriate game entry has to be added.
|
|
|
|
|
|
CID 1022283, 1022284, 1022285
|
|
"PC" was very ambiguous and now it matches what we show in the GUI.
This also corrects sword2's platform to Windows.
|
|
|
|
|
|
floppy)
|
|
|
|
This should fix bug #3489654 "DEVTOOLS: create_kyradat linkerror".
|
|
(this was done in the same way as in EOB2 and LOL, but it has to be slightly different)
|
|
|
|
find -name '*.h' -or -name '*.cpp' | xargs sed -r -i 's@\(([A-Za-z0-9]+)\*\)@(\1 *)@g'
This seems to have caught some params as well which is not undesirable IMO.
It also caught some strings containing this which is undesirable so I
excluded them manually. (engines/sci/engine/kernel_tables.h)
|
|
|
|
|
|
|
|
(all cases of Eob to EoB, all cases of Lol to LoL, all cases of LolEobCommon to RpgCommon)
|
|
|
|
|
|
- fix monster movement
- fix character level gain
- add some static res for party transfer
|
|
|
|
(also add and fix several other things, like cone of cold vortex, drawShape issues, etc.)
|
|
(shocking grasp, flame blade, vampiric touch etc.)
|
|
|
|
also implement some new code (EOB1 portals, burning hands spell, etc.)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|