Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-18 | TEENAGENT: Make GPL headers consistent in themselves. | Johannes Schickel | |
2012-10-09 | TEENAGENT: Fix constant naming to comply with Coding Conventions. | D G Turner | |
Adding missing CamelCase k-prefixes. | |||
2012-09-23 | TEENAGENT: Cleanup Inventory class. | D G Turner | |
This removes the underscores in various variables as per project coding standard. | |||
2012-08-03 | TEENAGENT: Add symbols for dialog and message text colors. | D G Turner | |
2012-08-01 | TEENAGENT: Add symbols for inventory items. | D G Turner | |
2012-07-28 | TEENAGENT: Add constant values for screen width and height. | D G Turner | |
It is unlikely these will be changed, but the symbols make the code more readable. | |||
2012-07-27 | TEENAGENT: Fix inventory regression due to missing blank entry. | D G Turner | |
This was a regression from f856a0a7466f62ad0bd26484bf5c07c2d01c1461. The _objects list starts with a blank Inventory Object entry, but this was previously done in an implicit manner with an address overlap. Fixed in a more explicit manner. | |||
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 symbols in Inventory class for various sizes. | D G Turner | |
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-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-12 | TEENAGENT: Minor formatting fixes for consistency. | D G Turner | |
This is mainly ensuring that all hexadecimal usages i.e. addresses are in lowercase for consistency, but also includes some minor comment formatting correction. | |||
2012-07-08 | TEENAGENT: Migrate engine to using debugflags. | D G Turner | |
This required some restructuring of the header dependencies. | |||
2012-07-07 | TEENAGENT: Enable commented out debug statements. | D G Turner | |
Commented out code is not good practice. Will change these statements to using debugflags instead in a future commit. | |||
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-10-23 | TEENAGENT: Improve code formatting. | Johannes Schickel | |
I used astyle and fixed some incorrect changes from it manually. | |||
2011-08-07 | TEENAGENT: Pass streams as references. | Christoph Mallon | |
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-23 | TEEN: Change Inventory members to comple with CFG | Max Horn | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
2011-01-31 | TEENAGENT: Fix Memory Leaks. | David Turner | |
svn-id: r55672 | |||
2010-11-19 | COMMON: Split common/stream.h into several headers | Max Horn | |
svn-id: r54385 | |||
2010-05-04 | Get rid of Engine::_gameDataDir. | Max Horn | |
This greatly reduces indirect dependencies on several header files from common. svn-id: r48933 | |||
2010-03-23 | do not close inventory if mouse moves up. better mouseless experience. | Vladimir Menshakov | |
svn-id: r48367 | |||
2010-03-21 | preload inventory graphics on load | Vladimir Menshakov | |
svn-id: r48350 | |||
2010-03-20 | reverted inventory objects patch, added mark's animation z-order patch. | Vladimir Menshakov | |
svn-id: r48342 | |||
2010-03-20 | fixed inventory object overflow | Vladimir Menshakov | |
svn-id: r48341 | |||
2010-03-20 | ported all code to ScopedPtr | Vladimir Menshakov | |
svn-id: r48340 | |||
2010-03-20 | cleaned up inventory activation, enter toggles the inventory. | Vladimir Menshakov | |
svn-id: r48332 | |||
2010-03-20 | fixed endianess issue | Vladimir Menshakov | |
svn-id: r48331 | |||
2010-03-20 | flush inventory items on savegame load, fixing invalid item tiles after ↵ | Vladimir Menshakov | |
multiple loads. svn-id: r48325 | |||
2010-03-20 | fixed stream leaks | Vladimir Menshakov | |
svn-id: r48321 | |||
2010-03-18 | code convention fixes mentioned by Max Horn | Vladimir Menshakov | |
svn-id: r48296 | |||
2010-03-18 | removed 'varia.res' from the resident pack files | Vladimir Menshakov | |
svn-id: r48295 | |||
2010-02-07 | added background effect for the inventory items | Vladimir Menshakov | |
svn-id: r47980 | |||
2010-02-07 | do not trigger combine for the one object | Vladimir Menshakov | |
svn-id: r47975 | |||
2010-02-07 | process object callback both on left and right click. skip r-click callback ↵ | Vladimir Menshakov | |
for banknote. svn-id: r47970 | |||
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel | |
svn-id: r47541 | |||
2010-01-08 | fixed inventory animation speed | Vladimir Menshakov | |
svn-id: r47148 | |||
2010-01-08 | added zero-object special case in combine table | Vladimir Menshakov | |
svn-id: r47147 | |||
2010-01-05 | separate timers for mark, scene and messages. | Vladimir Menshakov | |
svn-id: r47056 | |||
2009-12-01 | display '&' next to the object name as in original game. | Vladimir Menshakov | |
svn-id: r46226 | |||
2009-11-15 | hide mouse while displaying messages, hide item name while displaying item's ↵ | Vladimir Menshakov | |
description. svn-id: r45925 | |||
2009-11-15 | do not close inventory while displaying `examine` message. | Vladimir Menshakov | |
svn-id: r45924 | |||
2009-11-09 | do not trigger examine object while inventory is inactive | Vladimir Menshakov | |
svn-id: r45773 | |||
2009-11-08 | implemented mouse-rock-glue time challenge | Vladimir Menshakov | |
svn-id: r45767 | |||
2009-11-08 | removed font::color, added debugger console with ↵ | Vladimir Menshakov | |
enable_object/disable_object commands. svn-id: r45755 | |||
2009-10-31 | fixed bird-assert from chapter 1 | Vladimir Menshakov | |
svn-id: r45577 | |||
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ↵ | Max Horn | |
things) svn-id: r44495 |