Timeline
04/04/06:
- 23:57 Changeset [d7dd5ad9] by
- Re-fix sort by renaming min to minElem (avoid conflicts with certain …
- 23:55 Changeset [bec09d30] by
- Turned FSList::sort into a generic function which can be applied to …
- 23:52 Changeset [66d8b854] by
- Allow symlinks to directories for FS;es with D_TYPE support. svn-id: …
- 23:44 Changeset [004a39b3] by
- Symlinks are also valid files svn-id: r21615
- 23:30 Changeset [607ae0b] by
- Fix crash for a case when game path is set incorrectly svn-id: r21614
- 23:29 Changeset [15f42499] by
- Add inventory array differences in FF and minor cleanup svn-id: r21613
- 23:26 Changeset [194945f2] by
- Rename variable in FSList::sort() to avoid conflict with system …
- 23:24 Changeset [85335661] by
- Typo svn-id: r21611
- 23:05 Changeset [8b995a8c] by
- Fix freddicove detection. svn-id: r21610
- 22:32 Changeset [fca43f1] by
- Initialize uninitialized variable. svn-id: r21609
- 22:21 Changeset [8fa9bd67] by
- Removed extra exclamation marks in warning() calls as well. svn-id: r21608
- 22:04 Changeset [d292c0ec] by
- Since our debug() adds an exclamation mark at the message end, remove …
- 22:00 Changeset [f5c4634e] by
- Fix md5 for German IHNM svn-id: r21606
- 21:45 Changeset [e4930bd] by
- Don't use HAVE_CONFIG_H / config.h directly, use scummsys.h instead …
- 21:32 Changeset [595a48a8] by
- Small updates to intiate variable and member visibility. svn-id: r21604
- 21:18 Changeset [935ed2da] by
- Added const qualifier svn-id: r21603
- 21:18 Changeset [7ba17e05] by
- Paranoia change: catch invalid 'method' value in generateDetectName …
- 21:16 Changeset [77555809] by
- Use iterator API to iterate over all entries in the file list svn-id: …
- 21:03 Changeset [ac92034] by
- Some more FS code cleanup svn-id: r21600
- 21:02 Changeset [ca6d345] by
- Possible bug in the Symbian FS code? svn-id: r21599
- 21:01 Changeset [e366ed75] by
- oops svn-id: r21598
- 20:54 Changeset [112ba72] by
- Removing more pseudo copy constructors in favor of the standard copy …
- 20:49 Changeset [bca4dd00] by
- Rewrote sort code to use iterators (means it can be used with any …
- 20:13 Changeset [db8715ff] by
- We don't need wchar_t -> removing this to improve portability svn-id: …
- 19:05 Changeset [7242dc16] by
- Remove SCUMMVM_USE_LONG_INT from DC port. svn-id: r21594
- 11:53 Changeset [4ee32985] by
- Completed disassembly of the Lure pathfinding code svn-id: r21593
- 11:53 Changeset [a4a32397] by
- o_printStr() always uses box1 for FF svn-id: r21592
- 11:28 Changeset [778a528] by
- _noRightClick got reversed in setVerb for FF svn-id: r21591
- 11:06 Changeset [cc75c680] by
- Add skipSpeech difference in FF svn-id: r21590
- 10:12 Changeset [49dc2622] by
- Add verb codes differences in FF svn-id: r21589
- 08:50 Changeset [cb513de9] by
- Added stub for FF right-clicking. svn-id: r21588
- 07:50 Changeset [f5943d7e] by
- Adjust clear/restore window for FF svn-id: r21587
- 07:34 Changeset [c21b81f5] by
- More work on oracle in FF svn-id: r21586
- 06:25 Changeset [ad5cac9e] by
- Work around glitchy drawing of the Oracle icon, after discussing with …
- 02:41 Changeset [69d3fb7] by
- Remove debug left over svn-id: r21584
- 01:38 Changeset [0ac5739a] by
- More work on oracle in FF svn-id: r21583
04/03/06:
- 22:06 Changeset [ebeded36] by
- Added comment on why we use getcwd in POSIXFilesystemNode at all …
- 21:54 Changeset [4226aa76] by
- Fix AbstractFilesystemNode::wrap to not call (indirectly) getRoot, …
- 21:18 Changeset [5595ec5] by
- Various changes to POSIXFilesystemNode: - Removed pseudo copy …
- 14:45 Ticket #2556 (INDY3VGA: giant Henry Jones sr.) created by
- […] […]
- 14:40 Changeset [36270561] by
- Add initial support for oracle icons in FF svn-id: r21579
- 12:11 Changeset [41f71238] by
- Removing outdated and obsolete comment svn-id: r21578
- 12:09 Changeset [b9acc7a2] by
- Since GF_HE_CURSORLESS is gone now, we can remove this special case …
- 11:35 Changeset [0e9b4ab1] by
- GF_HE_CURSORLESS feature flag not required, since HE games always set …
- 11:12 Changeset [9f06a3bd] by
- Added variant string for some HE games svn-id: r21574
- 10:31 Ticket #2552 (ZAKTOWNS: Some keyboard shortcuts don't work) closed by
- duplicate
- 09:54 Changeset [a55ebd5f] by
- Merged d_draw.cpp and rdwin.cpp (what little remained of them) into …
- 09:49 Ticket #2555 (ZAK FM-TOWNS: Keyboard shortcut problems) created by
- […] […]
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 …
Note:
See TracTimeline
for information about the timeline view.