Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-08 | NEVERHOOD: Add tables for Scene2702 | johndoe123 | |
2013-05-08 | NEVERHOOD: More tables for Module2700 | johndoe123 | |
2013-05-08 | NEVERHOOD: Add new SceneInfo2700 structure and some tables using it for ↵ | johndoe123 | |
Module2700 | |||
2013-05-08 | NEVERHOOD: Add tables for Scene2101 | johndoe123 | |
2013-05-08 | NEVERHOOD: Add tables for Scene1901 | johndoe123 | |
2013-05-08 | NEVERHOOD: Add tables for Module1600 and Scene1608 | johndoe123 | |
2013-05-08 | NEVERHOOD: Add tables for Scene1109 | johndoe123 | |
2013-05-08 | NEVERHOOD: Add tables for Scene1105 | johndoe123 | |
2013-05-08 | NEVERHOOD: Add tables for Scene1308 | johndoe123 | |
2013-05-08 | NEVERHOOD: Add tables for Scene1306 | johndoe123 | |
2013-05-08 | NEVERHOOD: Add tables for Scene1305 | johndoe123 | |
2013-05-08 | NEVERHOOD: Add tables for Scene1304 | johndoe123 | |
2013-05-08 | NEVERHOOD: Add tables for Scene1303 | johndoe123 | |
2013-05-08 | NEVERHOOD: Add tables for Scene1302 | johndoe123 | |
2013-05-08 | NEVERHOOD: Add tables for Scene2242 | johndoe123 | |
2013-05-08 | NEVERHOOD: Add tables for Scene2207 | johndoe123 | |
2013-05-08 | NEVERHOOD: Add tables for Scene2206 | johndoe123 | |
2013-05-08 | NEVERHOOD: Add tables for Scene2205 | johndoe123 | |
2013-05-08 | NEVERHOOD: Add tables for Scene2203 | johndoe123 | |
2013-05-08 | NEVERHOOD: Add Hall of Records tables | johndoe123 | |
- Add tables for Scene2201 | |||
2013-05-08 | NEVERHOOD: Restructure/redesign create_neverhood tool and made it more ↵ | johndoe123 | |
extensible for future game structures | |||
2013-05-08 | NEVERHOOD: Add tables for Module2000 | johndoe123 | |
2013-05-08 | NEVERHOOD: Add more tables | johndoe123 | |
2013-05-08 | NEVERHOOD: Add entries for Scene1401, Scene1402 and Scene1705 | johndoe123 | |
2013-05-08 | NEVERHOOD: Add tables for Scene1201 | johndoe123 | |
2013-05-08 | NEVERHOOD: Add entries for Module2300 | johndoe123 | |
2013-05-08 | NEVERHOOD: Add NavigationLists in create_neverhood | johndoe123 | |
2013-05-08 | NEVERHOOD: Change addHitRect to use an explicit count | johndoe123 | |
- This is since the alignment stuff didn't work and it's not worth it to investigate - Add possibility to write out hardcoded message lists instead of reading from the exe for special lists | |||
2013-05-08 | NEVERHOOD: Updated tables.h with data from Scene1002 | johndoe123 | |
2013-05-08 | NEVERHOOD: Commit of create_neverhood and neverhood.dat | johndoe123 | |
2011-06-22 | DREAMWEB: frameoutv becomes a native function | Bertrand Augereau | |
2011-06-22 | Merge pull request #26 from Littleboy/taskbar | Eugene Sandulenko | |
Taskbar integration | |||
2011-06-22 | CREDITS: Mark myself as retired | Max Horn | |
2011-06-22 | DREAMWEB: Fix bug in tasmrecover causing load/save mixup | Willem Jan Palenstijn | |
This is a regression from c1b9adb6912 and (my commit) 287c23f1263c. It is not safe to remove opcodes from proc.stmts since labels are sometimes referenced by their offset in the list. So, instead they are now replaced by op._nop. This fixes kLoadingorsave not being set in doload(), which was visible when going to the load game menu from the startup menu. | |||
2011-06-21 | DREAMWEB: Remove control char from source | Willem Jan Palenstijn | |
2011-06-21 | Merge branch 'dreamsrc' | Willem Jan Palenstijn | |
2011-06-20 | DREAMWEB: Remove readabyte() and readoneblock() | eriktorbjorn | |
They were only used by the PCX decoder, which was rewritten some time ago to no longer use them. | |||
2011-06-20 | DREAMWEB: Remove convertkey() | eriktorbjorn | |
This function was responsible for filtering invalid keys (e.g. in savegame names), and was only used by keyboardread(). This filtering is done by processEvents() instead. | |||
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn | |
This tries to make our code a bit more compliant with our code formatting conventions. For future use, this is the command I used: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//' | |||
2011-06-19 | DREAMWEB: Remove control chars from source | Willem Jan Palenstijn | |
2011-06-19 | DREAMWEB: Added crash workaround | Vladimir Menshakov | |
2011-06-19 | DREAMWEB: Fixed quit from travel screen | Vladimir Menshakov | |
2011-06-19 | DREAMWEB: Removed getback = 4 hack, added clean exit from every menus and ↵ | Vladimir Menshakov | |
credits | |||
2011-06-18 | DREAMWEB: do not call updatescreen before quitting, fixed crash on ↵ | Vladimir Menshakov | |
dosreturn, cleaned up dosreturn stub | |||
2011-06-18 | DREAMWEB: implemented clean exit | Vladimir Menshakov | |
2011-06-17 | DREAMWEB: clear cx after rep movs/stos commands | Vladimir Menshakov | |
2011-06-17 | DREAMWEB: replaced generated code with c++ style stubs | Vladimir Menshakov | |
2011-06-16 | DREAMWEB: Re-optimize unbounded code blocks | Willem Jan Palenstijn | |
This gets rid of some unused labels. We need to be careful not be optimize too much, as that could remove the very label the unbounded block was added for. | |||
2011-06-16 | BACKENDS: Add use flag for taskbar integration | Littleboy | |
2011-06-16 | TOOLS: Add ole32.lib and uuid.lib to Code::Blocks linked libraries | Littleboy | |