Age | Commit message (Expand) | Author |
2007-03-12 | Remove warning, logic code for soccer games is incomplete. | Travis Howell |
2007-03-12 | overall revision of selectCharacter (protection code) to remove usage of Stat... | Nicola Mettifogo |
2007-03-12 | Patch #1678264: "AGI: Extending the number of save slots" | Eugene Sandulenko |
2007-03-11 | Added the French Atari ST Bargon Attack reported in the forums | Sven Hesse |
2007-03-11 | oops | Nicola Mettifogo |
2007-03-11 | fixed bug: loading a game from the start menu doesn't lead to a crash anymore | Nicola Mettifogo |
2007-03-11 | Disk is now completely responsible for retrieving localized location scripts | Nicola Mettifogo |
2007-03-11 | A long time ago, in a virtual machine far, far away... | Max Horn |
2007-03-11 | removed some dead code and formatting | Nicola Mettifogo |
2007-03-11 | fixed bug: now considering Array's ability to shift values when removing elem... | Nicola Mettifogo |
2007-03-11 | wrapped active location data into a new structure | Nicola Mettifogo |
2007-03-11 | changed changeLocation to use StringList instead of multiple nested if's | Nicola Mettifogo |
2007-03-11 | some simplification for changeLocation | Nicola Mettifogo |
2007-03-11 | added comment to changeLocation | Nicola Mettifogo |
2007-03-11 | some refactoring for music management | Nicola Mettifogo |
2007-03-11 | should stop Q's Visual Studio from complaining | Nicola Mettifogo |
2007-03-11 | cleanup | Nicola Mettifogo |
2007-03-11 | more refactoring | Nicola Mettifogo |
2007-03-10 | changed kEngineMiniDonna to a more appropriate kEngineTransformedDonna | Nicola Mettifogo |
2007-03-10 | simplified character mode handling | Nicola Mettifogo |
2007-03-10 | fix warning | Max Horn |
2007-03-10 | some refactoring | Nicola Mettifogo |
2007-03-10 | commented nasty hack in the original code | Nicola Mettifogo |
2007-03-10 | fixed old reimplementation bug | Nicola Mettifogo |
2007-03-10 | fixed regression: head and talks are now loaded only for real characters, i.e... | Nicola Mettifogo |
2007-03-10 | more robust font management | Nicola Mettifogo |
2007-03-10 | typo | Max Horn |
2007-03-10 | Let the mixer worry about converting mono to stereo. | Torbjörn Andersson |
2007-03-10 | Silence MSVC8 warnings. | Eugene Sandulenko |
2007-03-10 | character loading/freeing routines now also handle Heads and Talks, instead o... | Nicola Mettifogo |
2007-03-10 | SCUMM: Renamed ActorOldWalk to Actor_v3, added new subclass Actor_v2 | Max Horn |
2007-03-10 | SCUMM: some more AKOS cleanup & added comments | Max Horn |
2007-03-10 | SCUMM: Must reset useBompPalette in the AKOS renderer | Max Horn |
2007-03-10 | got rid of calls to close() since streams and archives clean after themselves | Nicola Mettifogo |
2007-03-10 | Fixed error handling: we count the command itself in argc, and returning false | Torbjörn Andersson |
2007-03-10 | Add details for Backyard Basketball. | Travis Howell |
2007-03-10 | SCUMM: got rid of the _bompActorPalettePtr member var (which was only used as... | Max Horn |
2007-03-09 | Removing some unnecessary #includes | Max Horn |
2007-03-09 | Some more fraction data & an optimized formula (I still have no clue what tha... | Max Horn |
2007-03-09 | Updated fraction values | Max Horn |
2007-03-09 | added comments suggesting possible formulas for hardcoded float values | Nicola Mettifogo |
2007-03-09 | Some more LogicHE cleanup | Max Horn |
2007-03-09 | Some more LogicHE cleanup | Max Horn |
2007-03-09 | Some cleanup, and added some of my observation (man this code is really strange) | Max Horn |
2007-03-09 | Revised LogicHErace::op_1140 (the two multiplications by constants still baff... | Max Horn |
2007-03-09 | reduced dependency from windows-specific header files | Nicola Mettifogo |
2007-03-08 | Since the amiga version handle music very differently than the PC version, th... | Gregory Montoir |
2007-03-08 | Removed the localized titles in Touche game descriptions, that didn't work re... | Gregory Montoir |
2007-03-08 | Clarified some comments | Max Horn |
2007-03-08 | Fixed const issue (casting const to non-const) | Max Horn |