Timeline
04/03/08:
- 23:43 Ticket #3654 (ELVIRA1: Amiga crashes (paula.h:108)) closed by
- fixed
- 23:41 Changeset [27a39e7f] by
- Add cyx patch for bug #1915657 - ELVIRA1: Amiga crashes (paula.h:108). …
- 22:15 Changeset [510a81b] by
- Add Apple IIGS MIDI program number to instrument number mappings (Both …
- 21:42 Changeset [10233af5] by
- Cleanup. -This line, and those below, will be ignored-- M …
- 21:25 Changeset [057fb0e9] by
- Replaced unloadAllPakFiles with a simple _map.clear on resource class …
- 19:56 Changeset [acb4bda] by
- - Added support for filename length > 64 in static resource code. - …
- 18:31 Changeset [25ff1741] by
- After further testing it seems Apple IIGS midi playing speed is …
- 18:12 Changeset [84105227] by
- Fix naming of the Apple IIGS midi speed variable and its value (Was …
- 14:33 Changeset [4836c110] by
- Fix Apple IIGS midi playing speed (Based on tests with Apple IIGS KQ1 …
04/02/08:
- 21:19 Changeset [acc5d79d] by
- Remove Symbian FS creation from common SDL code svn-id: r31364
- 19:04 Ticket #3656 (KYRA: Savegames lost/not found anymore) closed by
- 12:01 Ticket #3674 (SIMON1: Sousaphone Bug) created by
- […] […]
- 10:48 Ticket #8850 (Missing directory in dists/debian/scummvm.dirs fix) closed by
- 10:48 Changeset [9bda4980] by
- Patch #1932094: Missing directory in dists/debian/scummvm.dirs fix …
- 10:31 Ticket #8850 (Missing directory in dists/debian/scummvm.dirs fix) created by
- […] […]
- 04:23 Changeset [ff688574] by
- Changed spaces to tabs. svn-id: r31362
- 03:16 Ticket #3672 (HoF: Odd behaviour when Zanthia gets killed(?)) closed by
- fixed
- 03:16 Changeset [4fa0740a] by
- Implemented death menu. This also fixes bug #1926892 "HoF: Odd …
- 02:46 Changeset [887f7dfb] by
- Fixed warnings with gcc 3.3. svn-id: r31359
- 02:15 Changeset [a614273c] by
- Oops forgot to enable friend statement. svn-id: r31358
- 02:15 Changeset [da9701d1] by
- Implemented transparent List::iterator to List::const_iterator …
- 02:01 Ticket #8849 (HashMap: Iterator rework) closed by
- 02:01 Changeset [8436943b] by
- Committed patch #1929274 "HashMap: Iterator rework". svn-id: r31356
04/01/08:
- 18:35 Changeset [3b81a73e] by
- Fixed bug in GUI code, should hopefully fix white boxes appearing …
- 18:23 Changeset [7744a3b0] by
- Fixed spellbook graphics in German CD version. svn-id: r31354
- 09:23 Ticket #8766 (MSVC project files cleanup) closed by
- 09:22 Changeset [df470ec] by
- Updated MSVC7 project files using the new MSVC project file conversion …
- 09:21 Changeset [72aceb5c] by
- Updated MSVC71 project files using the new MSVC project file …
- 09:19 Changeset [02551f50] by
- Added my MSVC8->MSVC7/MSVC71 conversion tool from patch #1861744 - …
- 00:29 Changeset [b48018eb]closed/branch-0-11-0 by
- Backport of r31346: Add detection entry for Serguei's Destiny II Demo …
- 00:23 Changeset [bd8df7a] by
- Add detection entry for Serguei's Destiny II Demo v1.3.1 (March 22nd …
03/31/08:
- 23:59 Changeset [3c52cfec] by
- Fix compilation on MSVC 8 & 9 (Added memorypool.h and memorypool.cpp …
- 07:49 Changeset [06749f3f] by
- Updated MSVC8 and MSVC9 kyra project files for commit #31295 svn-id: …
03/30/08:
- 18:59 Changeset [39995e29] by
- Added fixme regarding header 'new'. svn-id: r31339
- 18:53 Changeset [a03547dc] by
- Some minor whitespace changes, and the customary "end of namespace" …
- 18:41 Changeset [bd85909f] by
- Don't enter run loop when quit flag is set. svn-id: r31337
- 18:41 Changeset [54d2e712] by
- Implement quit flag handling in Kyra2 GUI code. svn-id: r31336
- 18:37 Changeset [4a9891c0] by
- Fixed bug which caused sometimes garbage text to be displayed. …
- 18:37 Changeset [57ad73fa] by
- Removed char &operator [] from class String -- it had the potential to …
- 18:32 Changeset [35185197] by
- Committed salty-horse's documentation patch. svn-id: r31333
- 18:31 Changeset [a9d25610] by
- Cleanup. svn-id: r31332
- 18:27 Changeset [f4e6109b] by
- - fixed savegame description loading in kyra1 - added Kyra2 load menu, …
- 14:07 Changeset [5f3529ce] by
- Whitespacing fixes svn-id: r31330
- 13:13 Changeset [a51c2657] by
- Added checks for implicit SharedPtr casting functionallity. svn-id: r31329
- 12:46 Changeset [3fffcec5] by
- Add section about converting savedgames from original versions. Please …
- 12:44 Changeset [7e1ba473] by
- Dropped superfluous 'virtual' keyword (saves us a few bytes for each …
- 12:06 Changeset [de5fca4] by
- #include <cstring> => #include <string.h> (for size_t) svn-id: r31325
- 11:56 Changeset [7624cf28] by
- std::max => utils.h MAX Added GPL headers svn-id: r31324
- 11:13 Ticket #8849 (HashMap: Iterator rework) created by
- […] […]
- 06:37 Changeset [78419238] by
- The "anchor" (root) of the linked list is now constructed inplace in …
- 06:12 Changeset [49e3efe5] by
- Fixed signed/unsigned warning. svn-id: r31322
- 06:02 Changeset [a84d1ea7] by
- The hashmap uses the memorypool for allocating/deallocating its Nodes …
- 05:42 Changeset [411a5888] by
- Introduction of a fixed size memory pool with a typical free list …
- 03:21 Changeset [dc813c1] by
- Cleanup. svn-id: r31319
- 03:18 Ticket #2775 (KYRA1: Crash when meeting Zanthia) closed by
- fixed
- 03:18 Changeset [b7a3dfd9] by
- Always clip rect to copy in Screen::copyRegion now, like the original …
- 03:14 Ticket #3519 (KYRA1 (Mac): Headshapes not changing) closed by
- fixed
- 02:43 Changeset [91e30d8e] by
- - get rid of const_cast svn-id: r31317
- 02:43 Changeset [ff5743ba] by
- Cleanup. svn-id: r31316
- 02:39 Changeset [06cf3d3] by
- Add test for copying hashmaps. svn-id: r31315
- 02:36 Changeset [dcc385f3] by
- Fixed hashmap code. (please make a better check next time when …
- 01:35 Changeset [a957b45] by
- Cleanup. svn-id: r31313
- 01:26 Changeset [3db24ad] by
- - Added support for custom deletion operator (aka deleter) support for …
- 01:09 Changeset [08b54da7] by
- Readded friend statement required by standard conform compilers. …
- 01:01 Changeset [b3f858af] by
- Renamed some functions according to our coding guidelines. svn-id: r31310
- 00:55 Changeset [30c513eb] by
- - fixed formatting - fixed const correctness (needed a const_cast …
- 00:54 Changeset [6a5ae223] by
- Formatting. svn-id: r31308
03/29/08:
- 23:20 Changeset [85f8d617] by
- Let mass detector add all hits, instead of only the first one svn-id: …
- 23:18 Ticket #2879 (KYRA1: Brandon standing IN the floor) closed by
- fixed
- 23:16 Changeset [25b9a8a1] by
- New drawShape code for Kyra 1 and 2. Scaled sprites no longer appear …
- 23:04 Changeset [7b29599] by
- Centralized the way the hashmaps allocate and free nodes (in order to …
- 21:17 Changeset [e93a1f0c] by
- Removing dead code svn-id: r31304
- 21:12 Changeset [dbe38029] by
- Changed FilesystemNode to use a SharedPtr instead of implementing its …
- 20:14 Changeset [e411ccc] by
- - allow SharedPtr objects with incomplete type - updated documentation …
- 13:27 Ticket #8848 (Czech fan translation of Simon the Sorcerer 1) closed by
- 13:27 Changeset [7a919a0f] by
- Add patch #1928643 - Czech fan translation of Simon the Sorcerer 1. …
- 12:26 Ticket #8848 (Czech fan translation of Simon the Sorcerer 1) created by
- […] […]
- 08:44 Ticket #7628 (GUI: Change mass detector to add all game (variants) it sees) created by
- […] […]
- 00:08 Changeset [f93c076a] by
- Document SharedPtr bool conversion operator; added test cases for it; …
- 00:04 Changeset [1092b87c] by
- Removed unused friends statement (causes internal compiler error with …
Note:
See TracTimeline
for information about the timeline view.