Timeline
03/10/07:
- 22:56 Changeset [08cc2e4] by
- changed kEngineMiniDonna to a more appropriate kEngineTransformedDonna …
- 22:55 Changeset [93d910bf] by
- simplified character mode handling svn-id: r26074
- 22:49 Changeset [4e5aa19f] by
- fix warning svn-id: r26073
- 22:13 Changeset [72ef7093] by
- some refactoring svn-id: r26072
- 21:31 Changeset [096579ec] by
- commented nasty hack in the original code svn-id: r26071
- 21:31 Changeset [21f4d2f8] by
- fixed old reimplementation bug svn-id: r26070
- 21:25 Changeset [84a5f0f8] by
- fixed regression: head and talks are now loaded only for real …
- 21:23 Changeset [c80c3e3b] by
- more robust font management svn-id: r26068
- 19:09 Changeset [344e9ba] by
- typo svn-id: r26067
- 18:50 Ticket #3113 (GUI: Switching options dialog between 1x and 2x) created by
- […] […]
- 18:25 Changeset [d7e9510] by
- Updated the conditions for the "override" checkboxes. Most of it is …
- 17:39 Changeset [8d4e8ade] by
- Let the mixer worry about converting mono to stereo. svn-id: r26065
- 15:04 Changeset [06c2976f] by
- More fixes for MSVC8 warnings. svn-id: r26063
- 15:02 Changeset [9b0bf644] by
- Silence MSVC8 warnings. svn-id: r26062
- 15:00 Changeset [477372de] by
- Shut useless MSVC8 warning. We use pack-start.h and pack-end.h and it …
- 14:59 Changeset [bff3c565] by
- Update MSVC8 project svn-id: r26060
- 14:52 Changeset [479c8bdc] by
- character loading/freeing routines now also handle Heads and Talks, …
- 14:15 Changeset [6ee9e52f] by
- Move mass add dialog settings to theme config. Bump theme ini version. …
- 13:53 Changeset [f3e970f5] by
- SCUMM: Renamed ActorOldWalk to Actor_v3, added new subclass Actor_v2 …
- 13:39 Changeset [5577379] by
- Implement FR #1559561: "GUI: output sample rate widgets" svn-id: r26056
- 13:39 Ticket #7515 (GUI: output sample rate widgets) closed by
- 13:30 Changeset [669c34d8] by
- added Code::Blocks projects and workspace svn-id: r26055
- 13:26 Changeset [bb91c3a] by
- SCUMM: some more AKOS cleanup & added comments svn-id: r26054
- 13:20 Changeset [d3497eee] by
- Update MSVC8 project svn-id: r26053
- 13:14 Ticket #3112 (SQ2: Walk glitch) created by
- […] […]
- 13:05 Changeset [fc9af6a3] by
- SCUMM: Must reset useBompPalette in the AKOS renderer svn-id: r26052
- 13:05 Changeset [cd366dd7] by
- got rid of calls to close() since streams and archives clean after …
- 11:16 Changeset [c7ce7ec6] by
- Fixed error handling: we count the command itself in argc, and …
- 03:17 Changeset [dbcf7fb] by
- Correct name as request. svn-id: r26048
- 02:49 Changeset [a13c664] by
- Add details for Backyard Basketball. svn-id: r26046
- 00:34 Changeset [aba0cd04] by
- SCUMM: got rid of the _bompActorPalettePtr member var (which was only …
03/09/07:
- 23:46 Changeset [728d01cb] by
- Removing some unnecessary #includes svn-id: r26044
- 22:31 Changeset [e8e33e80] by
- Some more fraction data & an optimized formula (I still have no clue …
- 22:18 Changeset [3b09bc6c] by
- Updated fraction values svn-id: r26042
- 19:25 Changeset [5d4b05a5] by
- added comments suggesting possible formulas for hardcoded float values …
- 16:19 Changeset [6d9cb549] by
- Avoid double frees in HashMap::erase svn-id: r26040
- 01:11 Changeset [7a10fa72] by
- Some more LogicHE cleanup svn-id: r26038
- 00:48 Changeset [6f56443e] by
- Some more LogicHE cleanup svn-id: r26037
- 00:34 Changeset [37af88c] by
- Some cleanup, and added some of my observation (man this code is …
- 00:29 Changeset [6b348c03] by
- Revised LogicHErace::op_1140 (the two multiplications by constants …
- 00:13 Changeset [1e985051] by
- reduced dependency from windows-specific header files svn-id: r26034
03/08/07:
- 22:15 Changeset [a3c2c1f4] by
- Since the amiga version handle music very differently than the PC …
- 21:40 Changeset [801771d] by
- removed kADFlagFilebasedFallback, this flag is never used (and …
- 21:40 Changeset [fa6a35f9] by
- cleaned up stdafx.h, removing various unnecessary #includes (there are …
- 21:34 Changeset [20fb62de] by
- Removed the localized titles in Touche game descriptions, that didn't …
- 21:33 Changeset [ee664dc6] by
- added a flag to enable/disable printing a warning when filename based …
- 21:08 Changeset [c09f86fb] by
- Clarified some comments svn-id: r26028
- 20:44 Changeset [783a6d7d] by
- Fixed const issue (casting const to non-const) svn-id: r26027
- 20:42 Changeset [eeda5482] by
- Explicitly #include fcntl.h and unistd.h for the open/write/close …
- 20:07 Changeset [948213d5] by
- deleted useless code svn-id: r26025
- 17:38 Changeset [a63c1cf] by
- Moved the printf #define for the NDS into scummsys.h (not sure if that …
- 17:36 Changeset [d19adc05] by
- common/util.cpp needs fprintf; various std I/O functions are not used …
- 17:23 Changeset [8778f121] by
- Replaced uses of fprintf() with warning() or error() svn-id: r26022
- 17:05 Changeset [68df0a69] by
- Get rid of getcwd abuse here, and unify the way savepath, extrapath …
- 16:57 Changeset [47bc9aae] by
- Moving Nintendo DS std C I/O emulation wrappers to common/file.cpp; …
- 16:53 Changeset [273480d4] by
- Removed MAX_FILENAME_LENGTH workaround (using enum's instead of …
- 16:49 Changeset [89095f1] by
- Removed redundant code from gba_nds_fat.h (for some bizarre reason, …
- 16:46 Changeset [743698da] by
- Changed File::_handle to be of type void* instead of FILE* (to ease …
- 16:43 Changeset [33a4f8c3] by
- Changed ConfigManager to use class File instead of std C I/O to write …
- 16:36 Ticket #3111 (MACOSX: Savegames folder created on startup no matter what) closed by
- outdated
- 16:22 Ticket #3111 (MACOSX: Savegames folder created on startup no matter what) created by
- […] […]
- 15:02 Changeset [f0280253] by
- Turning FilesystemNode comment into a doxygen comment svn-id: r26015
- 09:58 Ticket #7554 (Gob2 (Mac): Add support for Mac music) created by
- […] […]
- 09:07 Ticket #3110 (SCUMM: Zak McKracken (FM-Towns) - Time bug in airplane) created by
- […] […]
03/07/07:
- 22:41 Changeset [bcb3c27d] by
- Oh, apparently, all other items have a "." after them, so adding that …
- 22:38 Changeset [47bac09] by
- News about supporting Ween and Bargon svn-id: r26013
- 20:31 Changeset [305a1525] by
- - cleanup - some diffs for Amiga version svn-id: r26010
- 19:57 Changeset [71cc080f] by
- Fixed the crash in the interlude before the last level in the …
- 00:46 Changeset [5c1732af] by
- Add another version of Backyard Football2002. svn-id: r26007
03/06/07:
- 22:47 Changeset [1fe635c3] by
- Unshield can't handle the data compression type used by the data1.cab …
- 20:21 Changeset [1b62aeee] by
- Updated Feeble File CAB comment svn-id: r26005
- 09:57 Ticket #3109 (WINCE: GOB2 can't save) created by
- […] […]
- 09:21 Changeset [4730229d] by
- Add F1 - F3 keys for Apple II and Commodore 64 verisons of Maniac …
- 08:24 Changeset [c4260e7d] by
- Added support for Blacksmith's hammering animation and added Morkus' …
- 08:20 Changeset [f3c6f899] by
- Added extra animation entries needed for Blacksmith svn-id: r26001
- 07:13 Changeset [ace739ea] by
- Fix regression in V0 versions of Maniac Mansion, when using extracted …
- 07:09 Changeset [a0d5795e] by
- Add support for the New Kid verb option in Apple II and Commodore 64 …
03/05/07:
- 16:42 Changeset [bccf9310] by
- Updated credits.pl to add a XML header/DTD to credits.xml svn-id: r25994
- 11:27 Changeset [693d4745] by
- Corrected the initial drawing position of 101-anims (e.g. the guard …
- 11:26 Changeset [190e3272] by
- Fixed the cursor hotspots svn-id: r25990
Note:
See TracTimeline
for information about the timeline view.