Timeline
06/28/09:
- 22:20 Changeset [d120ca8f] by
- For consistency, use upper-case letter in hex constant. svn-id: r41938
- 21:04 Changeset [4e17f725] by
- Fix PSP port svn-id: r41934
- 20:02 Ticket #4381 (DW2: Segfault when using Surfboard) created by
- […] […]
- 19:58 Changeset [d3ca3157] by
- PS2: Don't overload fillScreen with a dummy, just use the inherited …
- 19:58 Changeset [bb28ed7b] by
- Changed OSystem::setWindowCaption to expect ISO LATIN 1 encoded input; …
- 19:57 Changeset [a882a6f] by
- GUI: Replaced ThemeParser::_drawFunction hashmap by a static function …
- 19:56 Changeset [531e7a8c] by
- Silenced the reamining warnings reported in patch #2684986 (gcc …
- 17:51 Changeset [53c431dc] by
- change link order in .spec file to produce working binaries when …
- 16:28 Changeset [6a787818] by
- Added an offset parameter to Script::run() so we can specify where to …
- 16:19 Changeset [f61b2d28] by
- Changed Script::run() to accept a GPL2Program struct instead of a byte …
- 15:28 Changeset [948bf2c] by
- Removed disassembling of the GPL script for the first game location …
- 13:10 Changeset [d28bbe5] by
- Added struct GameObject (such structs are stored in OBJEKTY.DFW and …
- 12:22 Ticket #9030 (iPhone: scummvm:// handler) created by
- […] […]
- 09:44 Ticket #4380 (BASS: "showgrid" enabled triggers an assert ) created by
- […] […]
06/27/09:
- 16:48 Changeset [9b27e2b9] by
- LOL: add workaround to fix map text display when the language is set …
- 15:26 Changeset [1e70f25f] by
- Added Script instance to DraciEngine. Restored disassembling of a demo …
- 15:19 Changeset [4c524f5e] by
- Renamed Script::gpldisasm() to Script::run(). svn-id: r41920
- 15:17 Changeset [97dde5e1] by
- Put all GPL interpreter related routines inside a Script class. …
- 15:00 Changeset [2e30fae2] by
- Renamed gpldisasm.* to script.* in anticipation of using it as a …
- 13:15 Changeset [7d876f8a] by
- LOL: fixed regression svn-id: r41917
- 12:36 Changeset [a7cb436] by
- LOL: cleanup svn-id: r41916
- 12:26 Changeset [49dd58de] by
- Name Operation Stealth's global variables 251 and 252 and init them in …
- 10:53 Changeset [6f644324] by
- SCI: Use obtained instead of requested PixelFormat svn-id: r41912
- 08:16 Changeset [39e957d3] by
- Enabled RGB color support in SCI engine, corrected SCI engine's …
- 07:07 Changeset [cf351dff] by
- Modified macro-,patter-,track-step functions to loop aslong they are …
- 05:58 Changeset [853aec05] by
- changed initGraphics, and OSystem::initSize to take …
- 05:10 Changeset [746e221] by
- Extended Game to load all info from INIT.DFW (general game info, …
- 04:27 Ticket #7709 (AGI: Proper Tandy 3-Voice/IBM PCjr Sound Support) created by
- […] […]
- 01:04 Changeset [04309390] by
- Added Game's constructor. Added the Person struct and made Game …
06/26/09:
- 23:34 Changeset [c164449] by
- Added empty Game class. svn-id: r41906
- 23:04 Changeset [fe65f616] by
- SCI: Fix typo breaking in-engine scaling svn-id: r41905
- 22:30 Changeset [70c97318] by
- SCI: starting to restore RGB color functionality svn-id: r41904
- 19:03 Changeset [5a6573d3] by
- Fixing text strings embedded in the TOT svn-id: r41903
- 17:58 Changeset [43d61d59] by
- KYRA/LOL: fixed minor bug by adding reset() call to pc98 audio driver …
- 14:45 Ticket #7708 (KYRA3: Support for Russian fan translation) created by
- […] […]
- 11:12 Ticket #4379 (CINE: Operation Stealth german crash) created by
- […] […]
- 10:37 Changeset [27e50db5] by
- Converted OSystem::SetMouseCursor to take pointer to PixelFormat, …
- 08:50 Changeset [2859c913] by
- Changed cursor manager functions to take *Graphics::PixelFormat with …
- 07:35 Ticket #4378 (SCI: King's Quest 5 French (Floppy) checksums) created by
- […] […]
- 00:12 Changeset [9f5f2625] by
- Implement difference in TIM's displayText code for PC98, this should …
- 00:12 Changeset [e212c068] by
- Implement palette difference in Kanji drawing code for PC98. svn-id: …
- 00:11 Changeset [e45a941f] by
- Implement PC98 text mode color palette. svn-id: r41895
06/25/09:
- 23:04 Changeset [2ea9084d] by
- For now always enable voices in PC98 version of LoL. svn-id: r41893
- 23:04 Changeset [44e2f4c9] by
- Only initialize palettes with 16 colors in (real) 16 color games. …
- 23:04 Changeset [7bbad27] by
- Store palettes in a Common::Array instead of a fixed size array. …
- 23:04 Changeset [fc0d0e23] by
- Cleanup palette setup. svn-id: r41890
- 23:03 Changeset [fb06b921] by
- Implement difference in PC98 version. (This actually breaks the text …
- 21:17 Changeset [c358145] by
- KYRA/LOL: - support speech/text settings in LOL intro - fix possible …
- 20:00 Changeset [f9b075c] by
- Change Screen_v2::findLeastDifferentColor to take a Palette object as …
- 19:59 Changeset [d7d385e7] by
- Change Screen_HoF::generateGrayOverlay to accept a Palette object as …
- 19:59 Changeset [5d4e7b54] by
- Change Screen_LoL genereta overlay functionallity to accept a Palette …
- 19:58 Changeset [2b87ffc3] by
- Change Screen_HoF::generateGrayOverlay to use a Palette object …
- 19:57 Changeset [df307cf] by
- Change Screen_LoL::generateGrayOverlay to use a Palette object …
- 19:57 Changeset [6e69a149] by
- Change Screen_v2::generateOverlay to take a const Palette reference …
- 19:56 Changeset [7a7babad] by
- Add a const "getData" access method to Palette. svn-id: r41880
- 19:55 Changeset [b21dd2c] by
- Cleanup VQA player a bit. svn-id: r41879
- 19:54 Changeset [c3672f84] by
- Replace yet another palette from file loading with …
- 19:53 Changeset [dca6ec26] by
- Use Screen::loadPalette instead of Resource::loadFileToBuf. svn-id: r41877
- 19:52 Changeset [55cb0c67] by
- Cleanup. svn-id: r41876
- 18:53 Changeset [17a2f52a] by
- Making _numDataChunks unsigned svn-id: r41875
- 18:06 Changeset [99110268] by
- Oops, really fixed typo. svn-id: r41874
- 17:56 Changeset [09313cce] by
- Fixed typo. svn-id: r41873
- 16:02 Changeset [a1b02870] by
- Made the DraciEngine destructor free _font and _mouse. svn-id: r41872
- 15:53 Changeset [9b2da1ad] by
- Cleanup. svn-id: r41871
- 15:53 Changeset [c202a119] by
- Fix japanese font colors in Kyra 1 PC98 16 color. svn-id: r41870
- 15:37 Changeset [df6e41e2] by
- Adding more version entries for a Gob1 Win version, thanks to Hkz …
- 15:29 Changeset [e39b5b98] by
- Oops, used git commit --amend wrong, apparently. /This/ is the real …
- 15:22 Changeset [0ef8d1ff] by
- Implement proper color index conversion for Lands of Lore PC98. (The …
- 15:08 Changeset [566dd20e] by
- Renamed *cursorNum identifiers in Mouse to *cursorType for …
- 14:03 Changeset [d6729f38] by
- Added transformToRows() static method to Sprite. Modified Sprite …
- 12:05 Ticket #4377 (SYMBIAN: Problem with saving game with lowercase characters ) created by
- […] […]
- 11:02 Changeset [02dadc7] by
- Implemented some more methods in Mouse so all mouse-related events are …
- 10:55 Changeset [8343bc6c] by
- Giving the "backup" arrays their own class, Environments, and really …
- 10:54 Changeset [88062e90] by
- Plugging some memory leaks svn-id: r41859
- 10:03 Changeset [33a836fc] by
- Fix compilation issue for MSVC svn-id: r41858
- 09:30 Changeset [536eb14d] by
- Fix regression svn-id: r41857
- 08:57 Changeset [01c3db4d] by
- Fixed restarting of song (hopefully thouroughly) replaced all modulos …
- 08:56 Changeset [dc873f5e] by
- added preprocessor defines for ENABLE_RGB_COLOR and …
- 08:55 Changeset [53eb83d] by
- API modification -- replaced "Graphics::PixelFormat getBestFormat()" …
- 05:39 Ticket #4376 (AGI: LSL1: Keyboard layout ignored) created by
- […] […]
- 02:41 Changeset [215ffb18] by
- Mention Kyra 1 PC98 16 color dithering support. svn-id: r41853
- 02:39 Changeset [86b63e0e] by
- Implement proper AMIGA to VGA color conversion. svn-id: r41852
- 02:39 Changeset [bd4b5d83] by
- Implement proper VGA (a color component in [0, 63]) to our palette …
- 02:38 Changeset [951e82a9] by
- Readd PC98 palette loading for LoL 16 color. svn-id: r41850
- 01:30 Changeset [6e299e47] by
- Strip trailing whitespaces and tabs. svn-id: r41848
- 01:29 Changeset [049c9b0c] by
- Add config option for Kyra1 16 color, it'll only use dithering when …
- 01:29 Changeset [0ec0b1d4] by
- Implement palette fading for 16 color version of Kyrandia 1. svn-id: …
- 01:29 Changeset [857ee03c] by
- Implement properly colored mouse cursors in 16 color version of …
- 01:29 Changeset [004f6900] by
- Initial support for Kyrandia 1 PC-9801 Japanese 16 color. svn-id: r41844
- 00:14 Ticket #9021 (SCI: Add KQ1 Demo Support) closed by
- 00:14 Changeset [4df9dd8] by
- After discussing with waltervn, committing my fix for the King's Quest …
06/24/09:
- 23:58 Changeset [c87f05b1] by
- Started work on the Mouse class. svn-id: r41840
- 21:49 Changeset [d03dc08b] by
- Wrapping resources (out of TOT, EXT, IM? and EX? files) loading into …
- 21:48 Changeset [ef33f98a] by
- Added the scriptEnd property svn-id: r41838
- 21:48 Changeset [53c4e66b] by
- Checking for the file's existence in DataIO::getDataStream() svn-id: …
- 21:47 Changeset [483c3a51] by
- Clarifying some warnings svn-id: r41836
- 19:26 Changeset [1d0f4782] by
- SCI: Fix regression in r41833. svn-id: r41834
- 19:12 Changeset [06144864] by
- SCI: Partial support for dual-language games. svn-id: r41833
- 17:01 Changeset [6c049f6] by
- Silence unsued variables warnings. svn-id: r41827
- 06:44 Changeset [865129a5] by
- made the cursor's pixel format a member of the cursor object, merged …
06/23/09:
- 23:55 Changeset [15b39466] by
- Added methods to get the file base from a filename svn-id: r41823
- 23:55 Changeset [82f1ebca] by
- Putting TOT filename generation and LOM checking into TOTFile svn-id: …
- 23:55 Changeset [04d4ce4a] by
- Putting basic TOT handling into its own class svn-id: r41821
- 21:57 Ticket #9004 (GSoC 2009: Some additions in the Options Dialog in PSP Port) closed by
- wontfix
- 21:57 Ticket #8983 (gcc warnings with -DFORTIFY_SOURCE=2 -fstack-protector) closed by
- 21:55 Ticket #8611 (Support for a 32 bit _hwscreen in the SDL backend) closed by
- outdated
- 21:01 Ticket #7707 (GUI: Multi-word support for quick search field) created by
- […] […]
- 20:46 Changeset [4a380dc0] by
- ENABLE_16BIT has been renamed to ENABLE_RGB_COLOR as of r41696, so …
- 19:50 Ticket #9027 (GSOC09 extraction tool patch) closed by
- outdated
- 19:50 Ticket #9024 (GSOC09: bytecode registration proof of concept) closed by
- outdated
- 17:56 Ticket #4375 (Goblins 1, 2, 3 Hungarian versions) closed by
- fixed
- 17:55 Changeset [7ba3205f] by
- Proper support for Hungarian versions svn-id: r41813
- 17:55 Changeset [1491c676] by
- Added support for Hungarian svn-id: r41812
- 17:37 Changeset [23b0b1d] by
- Binary, not logical ORing the GUIO flags (Strangerke, you fscked up …
- 15:08 Changeset [c51c4e1c] by
- Added Hungarian versions of gob1-gob3 as supplied by goodoldgeorg in …
- 15:06 Ticket #4371 (Checksum of Fascination german DOS) closed by
- fixed
- 15:06 Changeset [30d6e24d] by
- Added German Fascination (3 disk version), as supplied by windlepoons …
- 14:06 Changeset [a44859e0] by
- Fix error in Backyard Soccer 2004, when using Season Play. svn-id: r41808
- 13:24 Changeset [cf3eab92] by
- tinsel: added some comments to psx palette mapper svn-id: r41806
- 08:51 Changeset [65891626] by
- Changing the TBR FIXME into a warning in setVoice() svn-id: r41803
- 02:02 Changeset [7c622423] by
- Merged format initialization into InitSize to allow for backends not …
- 01:23 Changeset [b6e1787d] by
- Also loading TOT properties when the TOT is found in a LOM svn-id: r41799
- 01:23 Changeset [96c13416] by
- Stopping the seek() going into the header svn-id: r41798
- 01:23 Changeset [fcddd5c6] by
- Replacing the 2 offset functions by a generic …
- 01:22 Changeset [c967db5f] by
- Added Script::getCenterOffset() svn-id: r41796
- 01:22 Changeset [792e77e6] by
- Added Script::getStartOffset() svn-id: r41795
- 01:21 Changeset [3470faa9] by
- Added Script::getAnimDataSize() svn-id: r41794
- 01:21 Changeset [43923e8b] by
- Added Script::getResourcesOffset() svn-id: r41793
- 01:20 Changeset [8e63d79] by
- Added Script::getTextsOffset() svn-id: r41792
- 01:20 Changeset [ec5b2d6c] by
- Added a method to query the number of variables needed by a Script …
- 01:19 Changeset [4fa1143] by
- Const correctness svn-id: r41790
- 01:19 Changeset [8bd5c0ce] by
- Added Script methods to query commun file handling svn-id: r41789
- 01:19 Changeset [f6118f7a] by
- Added Script methods to get the TOT major and minor version svn-id: r41788
- 01:01 Changeset [510700b0] by
- Bugfixes to keep sound effects to channel #4 like the original (it …
Note:
See TracTimeline
for information about the timeline view.