Age | Commit message (Expand) | Author |
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 |
2007-09-23 | objects now work in Winnie Amiga | Matthew Hoops |
2007-09-23 | Fix regression | Eugene Sandulenko |
2007-09-23 | changes for Winnie Amiga (now playable) and C64 | Matthew Hoops |
2007-09-23 | More endianness and alignment fixes | Eugene Sandulenko |
2007-09-23 | Make readRoom() truly alignment- and endian-safe | Eugene Sandulenko |
2007-09-23 | Fixed some platform checks | Filippos Karapetis |
2007-09-23 | allow Winnie C64 to start, although there are problems with the images (proba... | Matthew Hoops |
2007-09-23 | randomize() can no longer create "object 41" -- there is no object 41, and wh... | Matthew Hoops |
2007-09-23 | readRoom is now Endian-safe | Matthew Hoops |
2007-09-22 | fix possible Endian issue | Matthew Hoops |
2007-09-22 | allow Winnie Amiga to show room images, still not playable | Matthew Hoops |
2007-09-22 | some cleanup involving Winnie Amiga, however it still only shows the intro | Matthew Hoops |
2007-09-22 | allow Winnie Amiga to show the intro | Matthew Hoops |