Age | Commit message (Expand) | Author |
2013-07-15 | AGI: Fix CID 1003768. Missing break in switch | Eugene Sandulenko |
2013-05-02 | COMMON: Change kPlatformPC to kPlatformDOS | Matthew Hoops |
2013-04-21 | AGI: Fix sound deinit. CID 1004128 | Eugene Sandulenko |
2013-04-18 | AGI: Get rid of unused SoundMgr parameters | Max Horn |
2011-12-10 | AGI: Replace usage of 'goto'. | D G Turner |
2011-09-26 | AGI: doUpdate() already calls updateScreen() | Filippos Karapetis |
2011-08-15 | AGI: Cleanup PreAGI console code | Matthew Hoops |
2011-08-15 | AGI: Reorganize the PreAGI code a bit | Matthew Hoops |
2011-08-15 | AGI: Make Troll inherit from PreAgiEngine | Matthew Hoops |
2011-08-15 | AGI: Make Winnie inherit from PreAgiEngine | Matthew Hoops |
2011-08-14 | AGI: Enable sound support for Winnie DOS | Matthew Hoops |
2011-07-03 | AGI: Cleanup some Winnie string code | Matthew Hoops |
2011-07-03 | AGI: Fix some memset calls | Matthew Hoops |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-05-07 | AGI: Replace Winnie macros with functions | Matthew Hoops |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2011-04-12 | COMMON: Replace MKID_BE by MKTAG | Max Horn |
2010-11-19 | COMMON: Split common/stream.h into several headers | Max Horn |
2010-01-03 | Reduce header dependencies for AGI engine. | Eugene Sandulenko |
2009-10-01 | Fixed some potential memory leaks, reported by salty-horse | Filippos Karapetis |
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ... | Max Horn |
2009-06-06 | Whitespace fixes and C++ comments | Eugene Sandulenko |
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel |
2009-05-19 | COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecate... | Max Horn |
2009-01-29 | A ton of code formatting fixes; also fixed warnings about single line loops l... | Max Horn |
2009-01-18 | fix another regression from the RTL branch merge | Matthew Hoops |
2009-01-04 | fix infinite loop when trying to quit in Winnie | Matthew Hoops |
2008-10-06 | Added new type Engine::Feature; pushed down some #include dependencies | Max Horn |
2008-09-30 | Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse... | Max Horn |
2008-08-05 | Fixed some GCC warnings | Christopher Page |
2008-07-16 | Quit and RTL code is more modular now. EVENT_RTL no longer sets _shouldQuit,... | Christopher Page |
2008-07-10 | Removed unnecessary #inlcudes | Christopher Page |
2008-07-09 | Reimplemented pushEvent() and artificialEventQueue to work with Events instea... | Christopher Page |
2008-07-08 | PreAGI works with the new GMM implementation | Christopher Page |
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat |
2008-01-11 | Cleanup and simplification | Filippos Karapetis |
2008-01-11 | Don't show help when the alt or shift keys are pressed | Filippos Karapetis |
2008-01-11 | Cleanup and simplification | Filippos Karapetis |
2007-12-10 | Save game header is 32 bits, not 16 | Filippos Karapetis |
2007-12-10 | Oops, fixed some problems with the last commit | Filippos Karapetis |
2007-12-10 | It's now possible again to import saved games from the original interpreter o... | Filippos Karapetis |
2007-12-08 | Saving and loading in Winnie the Pooh should now be endian and alignment safe... | Filippos Karapetis |
2007-10-13 | Add a debug console in Winnie (patch by clone2727) | Filippos Karapetis |
2007-09-24 | objects now work in Winnie C64 | Matthew Hoops |
2007-09-24 | allow Winnie Apple II to start up, however room images are slightly distorted... | Matthew Hoops |
2007-09-24 | fix regression in the inventory from r28995 | Matthew Hoops |
2007-09-24 | ok, really get rid of "object 41" now -- didn't realize that the rnd function... | Matthew Hoops |
2007-09-23 | Rename class variables to conform our coding guidelines. | Eugene Sandulenko |
2007-09-23 | Cleanup. Also, changed isBigEndian to be a boolean | Filippos Karapetis |
2007-09-23 | Add Tigger and Mist events implementation | Eugene Sandulenko |