Timeline



04/12/09:

21:53 Ticket #9002 (GSOC09: Unused variable warnings) created by SF/landhar
[…] […]
14:02 Changeset [bbd423b8] by Neil Millstone <agent-q@…>
Backporting fix from rev #39918: Memory leak when thumbnail header …

04/11/09:

21:38 Changeset [41bd7cd] by Max Horn <max@…>
SAGA: changed _threadList back to a list of ScriptThread objs, instead …
21:38 Changeset [82f862c] by Max Horn <max@…>
SAGA: Simplified Scene::skipScene, changed loadScene to take a …
21:18 Ticket #8996 (GSOC09: Compression GUI Tool touchup) closed by fingolfin
20:20 Changeset [f1ce710d] by Torbjörn Andersson <eriktorbjorn@…>
Backported fix for save/load scrollbar glitch. svn-id: r39940
20:16 Changeset [a784e6ab] by Torbjörn Andersson <eriktorbjorn@…>
When dragging the save/load dialog's scrollbar handle past the top of …
19:05 Ticket #9001 (Tools - Add Gob tools to SLN) created by Strangerke
[…] […]
17:43 Ticket #4244 (GUI: Enabled button not drawn correctly) closed by SF/tanoku
fixed
17:12 Changeset [8fe3735f] by Vicent Marti <tanoku@…>
Fixed bug #2706939 (Enabled button not drawn correctly) and other …
16:03 Ticket #4216 (SCI: password for LSL5) closed by bluegr
fixed
15:57 Ticket #4251 (BRA crash in first room when picking up tape measure) closed by bluegr
fixed
15:38 Ticket #4302 (IHNM: Fade glitch when Benny falls asleep) closed by eriktorbjorn
fixed
15:38 Changeset [91b7244] by Torbjörn Andersson <eriktorbjorn@…>
Committed my patch for bug #2748110 ("IHNM: Fade glitch when Benny …
14:44 Changeset [b3b86248] by Filippos Karapetis <bluegr@…>
Plugged another memory leak introduced with rev #39934 svn-id: r39936
12:55 Changeset [bb012ee0] by Filippos Karapetis <bluegr@…>
Plugged memory leak introduced with rev #39934 svn-id: r39935
12:46 Changeset [448a98b8] by Filippos Karapetis <bluegr@…>
Changed ScriptThreadList to hold a list of pointers, not a list of …
12:44 Changeset [3cc8059c] by Johannes Schickel <lordhoto@…>
Cleanup. svn-id: r39933
12:34 Changeset [0dc02a2c] by Filippos Karapetis <bluegr@…>
Updated the SAGA and SCI MSVC project files (removed saga/list.h and …
12:08 Changeset [65393be4] by Filippos Karapetis <bluegr@…>
Removed unused (and wrong) code for IHNM svn-id: r39931
09:58 Changeset [57f367a] by Max Horn <max@…>
SCI: Renamed bp_flag -> breakpointFlag; replaced global …
09:57 Changeset [5749b363] by Max Horn <max@…>
KYRA: Replaced Rect class by Common::Rect; replaced dirty rect …
09:54 Changeset [72874576] by Filippos Karapetis <bluegr@…>
Got rid of SortedList svn-id: r39928
09:43 Changeset [c1a517e3] by wjp
Fix compilation svn-id: r39927
09:31 Changeset [cf052e5a] by Filippos Karapetis <bluegr@…>
Fixed compilation (hopefully) svn-id: r39926
09:23 Changeset [02ca56ee] by Filippos Karapetis <bluegr@…>
Removed all but one of the functions of the SortedList, apart from the …
09:04 Changeset [271f8b58] by Filippos Karapetis <bluegr@…>
Removed move SortedList methods svn-id: r39924
00:30 Changeset [64fc4253] by Max Horn <max@…>
SAGA: Fix yet another mistake in the revised dirty rect code *sigh* …
00:29 Changeset [1c5110e7] by Max Horn <max@…>
SAGA: Got rid of some more SortedList methods svn-id: r39922
00:29 Changeset [7db2648b] by Max Horn <max@…>
COMMON: Added unit test for Common::List::size(); made List::size() …
00:29 Changeset [7412b0f8] by Max Horn <max@…>
SAGA: Stop needlessly using operator*() and operator->() (many of the …
00:28 Changeset [46ddb35d] by Max Horn <max@…>
SAGA: Removed some dead/obsolete code svn-id: r39919
00:27 Changeset [5aa9e3f] by Neil Millstone <agent-q@…>
Fix Scumm memory leak when thumbnail header couldn't be skipped. …
00:26 Changeset [7ada5346] by Neil Millstone <agent-q@…>
Report fatal error to DS console on DS port svn-id: r39917
00:25 Changeset [72a97925] by Neil Millstone <agent-q@…>
DS: Fixing bugs: - Console corruption when switching it on and off - …

04/10/09:

22:33 Changeset [202f0fc4] by Filippos Karapetis <bluegr@…>
Added a new console command, "wake_up_threads", which can wake up …
22:15 Ticket #4300 (IHNM: Game freezes when playing as Benny) closed by bluegr
wontfix
21:47 Changeset [2d54d271] by Filippos Karapetis <bluegr@…>
Removed obsolete TODO svn-id: r39914
14:49 Ticket #3989 (Linking fails when disabling certain engines) closed by eriktorbjorn
fixed
14:06 Changeset [0c8ffc80] by Max Horn <max@…>
GUI: Fixed nasty typo svn-id: r39913

04/09/09:

21:39 Changeset [ee057caf] by Torbjörn Andersson <eriktorbjorn@…>
Backported sorting the savegames, because I'll go nuts if I have to …
17:08 Changeset [a1dc2ecc] by Max Horn <max@…>
Rewrote Common::Rect::contains(Rect) to do what the name suggests …
17:07 Changeset [c473fa84] by Max Horn <max@…>
SAGA: Make the dirty rect handling here match the one in the GUI code …
17:07 Changeset [9d4c917f] by Max Horn <max@…>
GUI: Rewrote the dirty rect handling code. Previously it was possible …
17:07 Changeset [a2b58291] by Max Horn <max@…>
TINSEL: Added some doxygen comments to the Tinsel coroutine code …
17:07 Ticket #8992 (GSOC09: A few unit tests for Common::Rect) closed by fingolfin
17:07 Changeset [da90b7e0] by Max Horn <max@…>
Patch #2735283: GSOC09: A few unit tests for Common::Rect svn-id: r39907
16:34 Ticket #4302 (IHNM: Fade glitch when Benny falls asleep) created by eriktorbjorn
[…] […]
16:08 Ticket #9000 (GSOC09: MessageDialog Obvious Default Button) created by SF/nerd_boy
[…] […]
16:02 Ticket #4301 (IHM: Crash when Benny wants to enter the cave) created by SF/hurghdx
[…] […]
15:59 Changeset [d3d641e4] by Torbjörn Andersson <eriktorbjorn@…>
Sort the list of savegames. (I suppose this fix, or a better one, …
15:09 Ticket #4293 (FOA: SO_SAVE_STRING: Unsupported) closed by eriktorbjorn
fixed
08:49 Changeset [fadd224] by Max Horn <max@…>
SCI: Clarify hack in kgraphics.cpp based on what lars wrote on …
03:38 Changeset [068e11fe] by Torbjörn Andersson <eriktorbjorn@…>
Judging by bug #2727536 (and a forum post) we should recognize "IQ-" …
03:17 Ticket #8999 (GSOC09: Dragon History engine detection/stub) created by SF/dkasak13
[…] […]

04/08/09:

22:01 Ticket #4300 (IHNM: Game freezes when playing as Benny) created by SF/junker90287
[…] […]
16:48 Changeset [c111bb97] by Torbjörn Andersson <eriktorbjorn@…>
Fixed misleading error message. svn-id: r39903
12:48 Ticket #8998 (GSOC09: Unifying dataGfx function in CruisE engine) created by SF/jaimecorrales
[…] […]
09:14 Changeset [5803a39f] by Pawel Kolodziejski <aquadran@…>
fixed font pt_font drawing
08:16 Changeset [6407cf6] by Pawel Kolodziejski <aquadran@…>
optimize bitmap conversion a bit
08:11 Ticket #8993 (Broken Sword 2 PSX Support) closed by hkzlab
00:41 Ticket #4299 (SCI: KQ5 Labyrinth flickers) created by SF/aroenai
[…] […]

04/07/09:

23:48 Ticket #8997 (GSOC09: Objectifying CruisE - Trivial Patch #1) created by SF/remoun
[…] […]
22:31 Changeset [ab08824b] by Travis Howell <kirben@…>
The PlayStation 1 version of Broken Sword 2 is supported now. svn-id: …
22:29 Ticket #4296 (SCI: Conquests of the Longbow German (German)- Small mistake) closed by bluegr
fixed
22:29 Changeset [9c7e3a28] by Filippos Karapetis <bluegr@…>
Fixed the language of the German version of Longbow svn-id: r39898
21:19 Ticket #8996 (GSOC09: Compression GUI Tool touchup) created by SF/remere
[…] […]
20:05 Changeset [116607c] by wjp
Backport of r39655. Fixes hang in ITE near the end. svn-id: r39897
19:52 Changeset [dc9c538a] by Fabio Battaglia <hkzlabnet@…>
Sword2: PSX version support, and GMM loading/saving svn-id: r39896
18:23 Ticket #4183 (GUI: Game name overwrites scroll bar) closed by SF/tanoku
fixed
17:43 Changeset [b80abe31] by Walter van Niftrik <waltervn@…>
SCI: Do not skip last entry in kernel table for SCI1. svn-id: r39895
17:26 Changeset [81f7c8b7] by Walter van Niftrik <waltervn@…>
SCI: Swapped x and y parameters of IsItSkip. Added IsItSkip to kernel …
16:53 Changeset [dc8e6790] by Sven Hesse <drmccoy@…>
Fixing the parser-related FIXMEs. 17 and 18 are int16 and int8, …
15:05 Changeset [2d832335] by Matthew Hoops <clone2727@…>
Print out the SCI interpreter version and not the resource version …
13:41 Ticket #4298 (SCI: Resource Offset Endian Problem) closed by wjp
fixed
13:38 Changeset [d700bc57] by wjp
SCI: Fix endian-unsafe read [bug #2739122 ] svn-id: r39891
13:29 Changeset [1d1307de] by Max Horn <max@…>
GOB: Some more cleanup svn-id: r39890
13:21 Changeset [3f22e4b4] by Max Horn <max@…>
GOB: Gave tons of opcode explicit names. As a result, found potential …
13:20 Changeset [37bfe22a] by Max Horn <max@…>
GOB: Some more code cleanup. My respect for the developers of the …
12:58 Changeset [327d872a] by Pawel Kolodziejski <aquadran@…>
this should be like this
12:19 Changeset [2c21bf02] by Pawel Kolodziejski <aquadran@…>
revert local change
12:16 Changeset [b58ad496] by Pawel Kolodziejski <aquadran@…>
ops
12:15 Changeset [324f978] by Pawel Kolodziejski <aquadran@…>
ops
12:01 Changeset [b3474c4f] by Pawel Kolodziejski <aquadran@…>
corrected y position of text displaying
10:41 Changeset [74446651] by Max Horn <max@…>
GOB: Gave some numerical constants a name. This codebase is a bit of a …
05:36 Changeset [bec28444] by Pawel Kolodziejski <aquadran@…>
glVertex2f -> glVertex2i
04:33 Changeset [58d29c57] by Pawel Kolodziejski <aquadran@…>
revert changes for text y positioning, that need better fix
04:00 Ticket #7691 (SCI: Colonel's Bequest Amiga Floppy Version) closed by SF/mthreepwood
invalid
00:47 Ticket #4298 (SCI: Resource Offset Endian Problem) created by SF/mthreepwood
[…] […]
Note: See TracTimeline for information about the timeline view.