Commit Graph
54649 Commits
Author SHA1 Message Date
Strangerke 9752da62df LILLIPUT: Some renaming and refactoring 2018-03-28 17:36:57 +02:00
Strangerke 127f73a1ec LILLIPUT: Some renaming, implement 3 missing opcodes 2018-03-28 17:36:57 +02:00
Strangerke 2d88b963a9 LILLIPUT: Fix a value in character move, some comments 2018-03-28 17:36:57 +02:00
sylvaintv 1f249aa23d LILLIPUT: More renaming & 2 3 missing opcodes 2018-03-28 17:36:57 +02:00
sylvaintv 91651f4090 LILLIPUT: Intro is finally starting correctly
The game was not setting good character states because
the save flag was not set.
2018-03-28 17:36:57 +02:00
Strangerke 95fa165645 LILLIPUT: Fix some code formatting 2018-03-28 17:36:57 +02:00
sylvaintv 91cbbe27a7 LILLIPUT: Debug List texts + some renaming 2018-03-28 17:36:57 +02:00
Strangerke 4c54e60be4 LILLIPUT: Fix bug in OC_sub17640 2018-03-28 17:36:57 +02:00
Strangerke 4fe3a02154 LILLIPUT: More renaming 2018-03-28 17:36:57 +02:00
Strangerke 72b99e99e4 LILLIPUT: Some more renaming 2018-03-28 17:36:57 +02:00
Strangerke 056541c5d9 LILLIPUT: Fix bug in displayFunction15 2018-03-28 17:36:57 +02:00
Strangerke d32887f367 LILLIPUT: More renaming 2018-03-28 17:36:57 +02:00
Strangerke f4732601ec LILLIPUT: Remove useless buffers, renaming 2018-03-28 17:36:57 +02:00
Strangerke 48d59dfd2e LILLIPUT: Rewrite sub1818B 2018-03-28 17:36:57 +02:00
Strangerke 872c9ea2fc LILLIPUT: double check some more function, renaming 2018-03-28 17:36:57 +02:00
Strangerke aedc95231d LILLIPUT: More renaming 2018-03-28 17:36:57 +02:00
Strangerke e1f6fe2226 LILLIPUT: Some more renaming 2018-03-28 17:36:57 +02:00
Strangerke 59f6e304a2 LILLIPUT: More renaming 2018-03-28 17:36:57 +02:00
Strangerke 6b9777cc9f LILLIPUT: Turn _array12311 into a Common::Point, fix initialization of _array16C58, 2018-03-28 17:36:57 +02:00
Strangerke 2575378f09 LILLIPUT: Fix another Valgrind warning 2018-03-28 17:36:57 +02:00
Strangerke 8871c440e5 LILLIPUT: Add a size parameter to loadVGA to fix Valgrind warnings and stick to the original 2018-03-28 17:36:57 +02:00
Strangerke 355f598560 LILLIPUT: Rename debug channel in order to doublecheck all function, some more renaming and bugfixing, fix some GCC warnings 2018-03-28 17:36:57 +02:00
Strangerke 23dc740de4 LILLIPUT: More renaming, fix bug in reverseFindHotspot 2018-03-28 17:36:57 +02:00
Strangerke 6b70262563 LILLIPUT: Some more renaming 2018-03-28 17:36:57 +02:00
Strangerke 7153a4b38a LILLIPUT: More renaming, fix a bug in sub16799, move several unsigned to signed 2018-03-28 17:36:57 +02:00
Strangerke 98ac7cf0eb LILLIPUT: More renaming, fix bug in getMapPtr and sub168DA 2018-03-28 17:36:57 +02:00
Strangerke 8aeedd1e50 LILLIPUT: Rename getValue2, keep on switching to Common::Point, remove code from OC_sub18260 (incomplete and buggy) 2018-03-28 17:36:57 +02:00
Strangerke e2de970a1a LILLIPUT: Some renaming. Start using Common::Point 2018-03-28 17:36:57 +02:00
Strangerke 0eea1447d3 LILLIPUT: fix a bug in OC_sub17D04 2018-03-28 17:36:57 +02:00
Strangerke 8d25611dcb LILLIPUT: Remove duplicated variable, introduce getCharacterVariablesPtr() to handle negative indexes used by menus 2018-03-28 17:36:57 +02:00
Strangerke 9fc6e8f370 LILLIPUT: Fix some uninitialized variables reported by Valgrind (Thanks Hkz for reporting) 2018-03-28 17:36:57 +02:00
Strangerke ca2534dd6b LILLIPUT: Implement two opcodes and 3 core functions 2018-03-28 17:36:57 +02:00
Strangerke d8f62c9780 LILLIPUT: Add a core function, make uniform the fonctions called by sub16626 2018-03-28 17:36:57 +02:00
Strangerke 864e66cdd2 LILLIPUT: Remove duplicated function 2018-03-28 17:36:57 +02:00
sylvaintv 61e5d39546 LILLIPUT: 2 new subs 2018-03-28 17:36:57 +02:00
Strangerke f17868ebd9 LILLIPUT: Implement 4 core functions 2018-03-28 17:36:57 +02:00
Strangerke 18029a5597 LILLIPUT: Implement case 14 in sub16626, little clean up in sub1823e 2018-03-28 17:36:57 +02:00
sylvaintv 2861a3f5ec LILLIPUT: Fix some bugs of sub16626
Unsigned/signed
2018-03-28 17:36:57 +02:00
sylvaintv 3f10768dc1 LILLIPUT: Fix draw interface icons 2018-03-28 17:36:57 +02:00
Strangerke 8019c8b26c LILLIPUT: rename one variable 2018-03-28 17:36:57 +02:00
sylvaintv 17998c7d45 LILLIPUT: Forgot to disable disasm 2018-03-28 17:36:57 +02:00
sylvaintv eabe891bf6 LILLIPUT: Improved getValue2 decompilation
+ some renaming
2018-03-28 17:36:57 +02:00
Strangerke 19f8bd899a LILLIPUT: Some renaming 2018-03-28 17:36:57 +02:00
sylvaintv d7d3b50d40 LILLIPUT: Opcode2 decompiler
+ one or two renaming
2018-03-28 17:36:57 +02:00
Strangerke ca5b883ce7 LILLIPUT: Add one core function, some renaming 2018-03-28 17:36:57 +02:00
sylvaintv cf4d832214 LILLIPUT: Finish opcode2 list for decompiler
Implemented some opcode too but some are left.
2018-03-28 17:36:57 +02:00
Strangerke c77a3e2e51 LILLIPUT: Some renaming 2018-03-28 17:36:57 +02:00
Strangerke ab3b7972e0 LILLIPUT: Add sprite mirroring to fix display of characters looking left 2018-03-28 17:36:57 +02:00
sylvaintv 8325be0f82 LILLIPUT: Small change 2018-03-28 17:36:57 +02:00
Strangerke f06dbf19af LILLIPUT: Fix a bug on 16675 2018-03-28 17:36:57 +02:00