Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-19 | TEENAGENT: Some British to American English | Strangerke | |
2014-02-18 | TEENAGENT: Make GPL headers consistent in themselves. | Johannes Schickel | |
2012-09-12 | TEENAGENT: Add missing (disabled?) callback implementation. | D G Turner | |
2012-09-12 | TEENAGENT: Annotate Symbols for Inventory Object Callback Table. | D G Turner | |
2012-09-02 | TEENAGENT: Remove final usages of code segment blob. | D G Turner | |
The loading of cseg is now replaced by skipping, so that the external dat file remains the same, but RAM usage is reduced. The callbacks code will now error on unknown callback addresses, which should not happen as all cases should now be covered, though the callback tables need to be checked to ensure this is guaranteed. | |||
2012-08-05 | TEENAGENT: Migrate Dialog Stack Address usages to symbols. | D G Turner | |
2012-08-02 | TEENAGENT: Added missing callback for pushing House #2 doorbell. | D G Turner | |
This is incomplete, but an improvement. It also shows where one of the missing messages is used. | |||
2012-08-01 | TEENAGENT: Migrate remaining callback flag variables to symbols. | D G Turner | |
2012-08-01 | TEENAGENT: Even more migration of callback flag variables to symbols. | D G Turner | |
2012-08-01 | TEENAGENT: Some more migration of callback flag variables to symbols. | D G Turner | |
2012-08-01 | TEENAGENT: Further migration of callback flag variables to symbols. | D G Turner | |
2012-08-01 | TEENAGENT: Migrate some callback flag variables to symbols. | D G Turner | |
2012-07-31 | TEENAGENT: Resolve two FIXMEs by adding missing callbacks. | D G Turner | |
2012-07-31 | TEENAGENT: Add symbols for remaining missing message strings. | D G Turner | |
By doing this, have tracked down most of the remaining missing trivial callbacks using these strings. Some strings are either unused or are used in odd places, marked these with FIXME. Also discovered another unimplemented non-trivial callback. | |||
2012-07-31 | TEENAGENT: Migrate most of the remaining callbacks from cseg usage. | D G Turner | |
2012-07-30 | TEENAGENT: Some more migration of callbacks from cseg usage. | D G Turner | |
2012-07-30 | TEENAGENT: Even more migration of callbacks from cseg usage. | D G Turner | |
2012-07-29 | TEENAGENT: Further migration of callbacks from cseg usage. | D G Turner | |
2012-07-29 | TEENAGENT: Migrate even more callbacks from cseg usage. | D G Turner | |
2012-07-29 | TEENAGENT: Migrate more callbacks from cseg usage. | D G Turner | |
2012-07-29 | TEENAGENT: Switch Callback ordering to use switch before cseg data. | D G Turner | |
This now emits warning output if a callback is not explicitly implemented in the switch statement. This is to migrate away from loading and using the cseg data in favor of explicit code blocks. Also, some implementation of callbacks using cseg previously. | |||
2012-07-28 | TEENAGENT: Further addition of variable locations used in Callbacks. | D G Turner | |
2012-07-28 | TEENAGENT: Add symbols for functions called by TimerCallback(). | D G Turner | |
2012-07-28 | TEENAGENT: Symbolise most of remaining addresses in TeenAgent engine. | D G Turner | |
Also, change address 0 usage to 0x0000 for readability. | |||
2012-07-28 | TEENAGENT: Add symbols for data tables used in Scene class. | D G Turner | |
2012-07-27 | TEENAGENT: Add symbols for idle animation table usage in Actor class. | D G Turner | |
2012-07-27 | TEENAGENT: Add symbols for object callback tables in Inventory class. | D G Turner | |
Also, removed one ptr usage, replacing with direct get_byte / get_word accesses. | |||
2012-07-27 | TEENAGENT: Add dsAddr symbols for Inventory. Minor fix to logic. | D G Turner | |
The start address for the inventory item pointer data table was incorrect and has been corrected. | |||
2012-07-26 | TEENAGENT: Add symbols for Mansion intrusion attempt function addresses. | D G Turner | |
2012-07-26 | TEENAGENT: Migrate deinit functions to constructor/destructors. | D G Turner | |
This removes a number of memory leaks. | |||
2012-07-26 | TEENAGENT: Migrate most recursive processCallback() calls to functions. | D G Turner | |
2012-07-26 | TEENAGENT: Further recursive processCallback() migration work. | D G Turner | |
Added extra debug output to processCallback cseg functions. Used this to resolve the FIXME unknown functions. 0x61fe is trivial callback, but 0x50c5 is a typo. Corrected. | |||
2012-07-26 | TEENAGENT: Symbol migration associated with recursive processCallback(). | D G Turner | |
2012-07-23 | TEENAGENT: Replace reject message table lookup with explicit values. | D G Turner | |
Also, this adds explicit offset indexes for indexed message tables contents. | |||
2012-07-22 | TEENAGENT: Symbol migration associated with remaning display*Message(). | D G Turner | |
Have also corrected typo in offset i.e. 0x39b7 was incorrect, it appears that 0x3ab7 was intended. | |||
2012-07-17 | TEENAGENT: Symbol migration associated with displayCutsceneMessage(). | D G Turner | |
2012-07-17 | TEENAGENT: Add symbol for Mansion attempt counter. | D G Turner | |
2012-07-17 | TEENAGENT: Symbol migration associated with displayCredits(). | D G Turner | |
2012-07-17 | TEENAGENT: Further symbol migration for processCallback() usage. | D G Turner | |
2012-07-16 | TEENAGENT: Further symbol migration associated with saveStates. | D G Turner | |
2012-07-16 | TEENAGENT: Migrate two more dseg regions to symbolic addresses. | D G Turner | |
2012-07-13 | TEENAGENT: Add symbols for savestate region. | D G Turner | |
2012-07-11 | TEENAGENT: Start replacing hardcoded addresses with symbols. | D G Turner | |
2012-07-11 | TEENAGENT: Migrate Dialog functions to using dialog numbers. | D G Turner | |
This removes the hardcoded address/offsets from the callback functions. | |||
2012-07-11 | TEENAGENT: Add Resource code to precompute Dialog Offsets. | D G Turner | |
This should allow the removal of most/all of the hardcoded eseg addresses in the Dialog calls. | |||
2012-07-07 | TEENAGENT: Remove static Resources class Instance. | D G Turner | |
This is replaced by an engine instance. This should prevent issues with Return To Launcher and may remove issues with file handles. | |||
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-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2010-05-07 | added voices pack/cd music support | Vladimir Menshakov | |
svn-id: r48962 | |||
2010-03-20 | documented psp hack | Vladimir Menshakov | |
svn-id: r48343 |