Timeline
04/02/06:
- 21:38 Changeset [4df29489] by
- cleanup svn-id: r21572
- 21:32 Changeset [214c01d1] by
- Set gDebugLevel in a single unified spot, instead of two different …
- 21:28 Changeset [29858dad] by
- Treat 'targes' like the other command line 'commands' svn-id: r21570
- 21:06 Changeset [7b63eadb] by
- Move handling of --list-targets and --list-games to a later point …
- 20:49 Changeset [ec432361] by
- Process the command line args before passing them to …
- 20:44 Changeset [4a54db07] by
- To detect specific games, you want to look at the gameid, not the …
- 20:43 Changeset [92ad99a8] by
- Compute the value GameDetector::_gameid *immediately* after …
- 20:29 Changeset [5e4c6c7] by
- Fixed '-f BAR' command line argument style (as opposed to '-fBAR' and …
- 20:27 Changeset [f600fd9] by
- Use the new command line parsing code to handle --config and …
- 20:11 Changeset [004ca16d] by
- Split GameDetector::parseCommandLine into a static parseCommandLine …
- 18:58 Changeset [80b3f921] by
- Don't try to copy str to _talkBuffer if str is pointing to …
- 18:02 Changeset [3686733] by
- Added missing backslash, oops svn-id: r21561
- 17:51 Changeset [9339e651] by
- - The command line parser now doesn't work in reverse order anymore. - …
- 17:14 Ticket #2554 (Missing MD5 checksum on Simon2) created by
- […] […]
- 17:13 Ticket #2553 (Missing MD5 checksum on Simon1) created by
- […] […]
- 14:31 Changeset [e9bc5ba] by
- Backends now are also responsile for deiniting properly. In …
- 14:16 Changeset [9217472] by
- With this change, backends are now responsible for instantiating their …
- 13:33 Changeset [72f4a1c7] by
- Fix console output been redirected under win32 build, due to main …
- 11:05 Ticket #2552 (ZAKTOWNS: Some keyboard shortcuts don't work) created by
- […] […]
- 10:01 Changeset [f8bb142f] by
- Fixing the X11 & NULL backends by adding main() svn-id: r21553
- 09:56 Changeset [a4d075d] by
- Only include gui/launcher.h if it is used; cleanup svn-id: r21552
- 09:31 Changeset [32de3441] by
- Move gDebugLevel to common/util.cpp (where most other debug() related …
- 09:26 Changeset [2fd02784] by
- Moved AmigaOS 'magic cookie' to sdl.cpp, as it is port specific …
- 09:23 Changeset [a30d832e] by
- Removed built-in endian/alignment verifier (it's original purpose is …
- 02:40 Changeset [041bc770] by
- ps2_fopen uses getGameDataPath -- added FIXME comment that explain how …
- 02:23 Changeset [9b08d8e4] by
- Moved the Win/Symbian specific stdout/stderr redirect code from …
- 01:08 Changeset [70cc7b8c] by
- - changed standard inactive dialog effect to dim with 30% instead of …
- 00:56 Changeset [8a8bdcd1] by
- Moved all debug functions to from main.cpp to util.cpp svn-id: r21545
- 00:56 Changeset [d0b8efd5] by
- - moves some code in ThemeNew.cpp (calcGradient and calcAlpha to the …
- 00:18 Changeset [b2a56478] by
- Removing undocumented Allegro/Qtopia port stuff -- if anybody is …
- 00:08 Changeset [587431f8] by
- Fully and officially renamed our main function to scummvm_main, thus …
04/01/06:
- 23:31 Changeset [a2c4795f] by
- Update gameDataPath() calls in engine, to fix compile svn-id: r21541
- 22:31 Changeset [3de55677] by
- Typo svn-id: r21540
- 22:31 Changeset [8b1c432b] by
- Switch ConfigManager to use HashMap (seems to work fine over here, but …
- 21:56 Changeset [c4955466] by
- Simplified loading of startup.inf svn-id: r21538
- 21:55 Changeset [0ee4f304] by
- Properly use registerDefault to set the default value for …
- 21:55 Changeset [d6f34863] by
- Guard against too many entries in resource.inf, since there has been a …
- 21:52 Changeset [2197597f] by
- Moved File::resetDefaultDirectories from Engine destructor to runGame …
- 21:43 Changeset [d61b1045] by
- Removed yet another superfluous addDefaultDirectory call, and removed …
- 21:42 Changeset [f59d472] by
- Simplified the loading of resource.inf svn-id: r21533
- 21:31 Changeset [8f691e51] by
- Removed superfluous addDefaultDirectory call, as well as two unused …
- 21:30 Changeset [49d63590] by
- Removing superfluous addDefaultDirectory call svn-id: r21531
- 19:36 Ticket #7314 (AUDIO: compressing simon1win's sfxxxx*) closed by
- 19:21 Ticket #7313 (DC: autosave and message) closed by
- 18:20 Changeset [e390639] by
- Use extra_versions to compute ScummGameSettings (currently only …
- 18:14 Changeset [46360fcc] by
- Changed output path for md5scumm target (matching the credits target: …
- 18:13 Changeset [ee62cd3c] by
- Generate an error when kGenAsIs is used with an unsupported platform, …
- 17:36 Changeset [9ed2d26d] by
- Simplified the File::addDefaultDirectory(Recursive) code; avoid …
- 12:47 Changeset [0bb6d640] by
- A lot of code in sword1/router.cpp and sword2/router.cpp is virtually …
- 12:26 Changeset [d10929b3] by
- Always check array bounds are valid in HE games, matching original …
- 11:25 Ticket #8517 (BASS: Memory leak, patch included) closed by
- 11:25 Changeset [361572a] by
- Patch #1432378: BASS: Memory leak, patch included svn-id: r21523
- 06:38 Changeset [7a81cc76] by
- Fix painting and fridge magnet palette glitches in thinker1 svn-id: r21522
03/31/06:
- 23:51 Changeset [8a5df05a] by
- Hide eval debug output deeper to level 5. Report total number of …
- 23:49 Changeset [8272591c] by
- Add size() methods to Map and HashMap classes svn-id: r21520
- 23:10 Changeset [e947bd5] by
- Updated ConfigFile/ConfigManager classes, that work with the updated …
- 22:38 Changeset [05b0ed0] by
- Disable DEBUG_HASH_COLLISIONS again (accidentally got enabled in my …
- 22:19 Changeset [c50bfd9] by
- Modify HashMap to allow client code to override the equality/hash …
- 22:17 Changeset [661128b2] by
- Modified our Map class to use a 'Less' function instead of a …
- 22:15 Changeset [088b0afa] by
- Modified the List postfix ++/-- operators to simply invoke their …
- 13:39 Ticket #2551 (A whole lot of bugs found in ScummVM Win32&PocketPC) created by
- […] […]
- 13:06 Changeset [c4349e8] by
- Rename two WizParameters fields svn-id: r21514
- 13:00 Changeset [0335bab0] by
- Make corners of SCUMM load/save dialog round. svn-id: r21513
- 12:16 Changeset [00bbc5c9] by
- Small correction in the TODO file (use proper class names) svn-id: r21512
- 07:30 Changeset [a23fba7a] by
- Avoid using Map::merge svn-id: r21511
- 07:22 Changeset [e0b3e777] by
- Added some functor objects (for comparision and hash computations), …
- 07:20 Changeset [111c0d1] by
- Some new & extended test cases svn-id: r21509
- 06:42 Changeset [c26b762f] by
- Made readFileToMem() print a more useful error message than "File is …
- 03:20 Ticket #2413 (PUTTZOO: German Mac Demo MD5) closed by
- 01:28 Changeset [f991b88d] by
- Fix skipping insane sequence in bundled Macintosh demo of FT svn-id: …
- 00:39 Changeset [469b1420] by
- Fix sound glitch in PC demo of FT svn-id: r21506
03/30/06:
- 23:58 Changeset [e504e814] by
- Improve mine road in PC demo of FT svn-id: r21505
- 13:47 Changeset [3e974d36] by
- Limit INSANE to existing enemies in PC demo of FT svn-id: r21504
- 11:52 Changeset [1ec46bae] by
- Allow interactive mine road in PC version of FT demo svn-id: r21503
- 00:32 Changeset [014dde3d] by
- Add missing check for invalid object number in getObjectData opcode …
03/29/06:
- 21:22 Ticket #7485 (SWORD1: Ignores the "--save-slot" command line argument.) created
- […] […]
- 16:13 Ticket #2550 (ITE : January 2006 Release md5) closed by
- outdated
- 15:59 Ticket #7480 (WEB: md5 list sorting on webpage) closed by
- 15:59 Changeset [8cdee5a] by
- Do not #include endian.h in scummsys.h (cuts down deps on endian.h …
- 15:51 Changeset [0da5fb4] by
- Alphabetical build order svn-id: r21499
- 15:23 Ticket #7484 (Default game data directory) created
- […] […]
- 13:55 Ticket #2550 (ITE : January 2006 Release md5) created by
- […] […]
- 12:47 Changeset [76cfaca2] by
- - Added some explanatory comments (everybody feel free to extend them) …
- 12:15 Changeset [506f33a0] by
- Add opcode difference in FF svn-id: r21497
- 12:09 Changeset [70040ae] by
- cleanup svn-id: r21496
- 12:03 Changeset [f6e6017d] by
- Added stubs for a couple of FF opcodes. svn-id: r21495
- 11:05 Changeset [7bf3437] by
- Cleanup test code in our 'clean' target svn-id: r21494
- 11:00 Changeset [4d4c2978] by
- Improved the 'test' build rule svn-id: r21492
- 10:59 Changeset [c5511a04] by
- Removed some more semicola svn-id: r21491
- 10:35 Changeset [b1514bb8] by
- Added a minimal README for our unit tests, and moved their build rule …
- 10:27 Changeset [ebeaa6a5] by
- Removing some unnecessary semicolons (avoiding compiler …
- 10:25 Changeset [3820593b] by
- bringing cxxtest-3.10.1 to ScummVM's main branch svn-id: r21488
- 06:38 Ticket #2543 (DIG: Crash) closed by
- invalid
- 06:35 Ticket #2546 (MI MAC: Mac floppy version unsupported?) closed by
- fixed
- 06:24 Changeset [9c94670e] by
- Add another English version of Monkey Island for Macintosh svn-id: r21483
- 03:21 Ticket #2520 (INDY3: Crash on PS2) closed by
03/28/06:
- 22:27 Ticket #7483 ([Windows] scummvm.ini is in the wrong position) closed by
- 17:29 Ticket #7483 ([Windows] scummvm.ini is in the wrong position) created by
- […] […]
- 16:19 Changeset [f38d89f3] by
- Set correct load factor for hashmap (just wanted to check if anybody …
- 15:17 Ticket #8524 (KYRA: Combining MIDI music with Adlib sfx) closed by
- 15:16 Changeset [d3e08ae] by
- Adapted unit tests to current situation svn-id: r21481
- 15:15 Changeset [62da4ee] by
- Get rid of Map::addKey svn-id: r21480
- 15:15 Changeset [c09d1ea] by
- - Commits heaviliy modifed patch #1459951 ("KYRA: Combining MIDI music …
- 13:33 Changeset [46270a5d] by
- Update game detection code, with recent changes from SAGA engine …
- 12:35 Changeset [37c79be7] by
- - Renamed Map::remove to Map::erase (matching the STL and HashMap) - …
- 12:34 Changeset [41991f88] by
- Added iterator support to hashmap, as well as erase & find methods …
- 11:43 Ticket #8524 (KYRA: Combining MIDI music with Adlib sfx) created by
- […] […]
- 11:21 Changeset [92437ce5] by
- Reduce the differences between Map and HashMap some more (in the end, …
- 10:54 Changeset [dae92b83] by
- Increase the load factor for our hashmaps from 50% to 75%, to be …
- 10:05 Changeset [f4339ff6] by
- - Renamed class AssocArray to HashMap to match our existing class Map …
- 09:42 Changeset [9f93e5bb] by
- Renamed various container isEmpty() methods to empty() to match STL …
- 09:37 Changeset [950c345] by
- Removing bogus leftovers svn-id: r21471
- 03:25 Ticket #2526 (Some games don't install any more) closed by
Note:
See TracTimeline
for information about the timeline view.