Sat, 02 Apr 2011 19:13:54 +0200 |
Emmanuel Gil Peyrot |
Remove “duplicate” functions as they can be remplaced by a nearly-identical existing function.
default tip
|
Sat, 02 Apr 2011 02:29:42 +0200 |
Emmanuel Gil Peyrot |
Remove useless duplicated main of scn2kdump.
|
Sat, 02 Apr 2011 02:05:27 +0200 |
Emmanuel Gil Peyrot |
Register all (?) commands, to help finding non-implemented ones in game.
|
Fri, 01 Apr 2011 23:49:12 +0200 |
Emmanuel Gil Peyrot |
Fix objScale with 2D zoom; implement objWidth and objHeight.
|
Fri, 01 Apr 2011 22:54:40 +0200 |
Emmanuel Gil Peyrot |
Add all Air, Clannad and Kanon function names in scn2kdump, based on rldev’s names.
|
Fri, 01 Apr 2011 22:15:37 +0200 |
Emmanuel Gil Peyrot |
Convert the last non-Unicode japanese comments.
|
Wed, 23 Feb 2011 16:19:11 +0100 |
Thibaut Girka |
Fix index_series implementation (still incomplete)
|
Wed, 23 Feb 2011 01:48:51 +0100 |
Emmanuel Gil Peyrot |
Add configure option to build scn2kdump.
|
Sat, 11 Dec 2010 18:36:20 +0100 |
Thibaut Girka |
Fix a bug with savegames introduced with changeset c7bcc0ec2267.
|
Fri, 26 Nov 2010 10:53:15 +0100 |
Thibaut Girka |
Convert EUC-JP files to UTF8
|
Sun, 07 Feb 2010 11:33:23 +0100 |
Thibaut GIRKA |
Remove --displaysize, as it was not used.
|
Sat, 06 Feb 2010 17:29:33 +0100 |
Thibaut GIRKA |
Refactor Load/LoadSys
|
Sat, 06 Feb 2010 17:03:47 +0100 |
Thibaut GIRKA |
fix pointers used to get strchr result
|
Fri, 18 Dec 2009 21:07:29 +0100 |
Thibaut GIRKA |
Revert an old change that disabled cursors...
|
Fri, 18 Dec 2009 20:41:38 +0100 |
Thibaut GIRKA |
Replaced SATURATE -> ADD, implemented objComposite, corrected minor things
|
Fri, 18 Dec 2009 18:51:44 +0100 |
Thibaut GIRKA |
Implemented sin opcode
|
Fri, 18 Dec 2009 14:25:56 +0100 |
Thibaut GIRKA |
Moved all opcodes from scn2k_text.cc to scn2k_textimpl.cc
|
Sat, 14 Nov 2009 23:31:51 +0100 |
Thibaut GIRKA |
* Move some opcodes
|
Thu, 30 Apr 2009 19:05:09 +0000 |
thib |
* replaced Grp and Text classes by the TextImpl and GrpImpl ones
|
Wed, 22 Apr 2009 15:01:42 +0000 |
thib |
* started the same changes on scn2k_text.cc
|
Mon, 20 Apr 2009 16:18:55 +0000 |
thib |
* scn2k_grp.cc now handles commands in a cleanier way \o/
|
Sun, 19 Apr 2009 11:44:05 +0000 |
thib |
* MuSys, AyuSysConfig, FileSearcher (former FILESEARCHER) and KeyHolder (former KEYHOLDER) are now singletons
|
Sat, 18 Apr 2009 18:35:39 +0000 |
thib |
* Known bugs added to the README
|
Fri, 17 Apr 2009 18:40:39 +0000 |
thib |
* oops... finishing what was started and not said with the other patch: fixing memory leaks
|
Fri, 17 Apr 2009 18:38:06 +0000 |
thib |
* Added va_end where there is a va_start
|
Fri, 17 Apr 2009 08:12:18 +0000 |
thib |
* Correct --disable-x11
|
Wed, 15 Apr 2009 20:28:19 +0000 |
thib |
* use correct format (%p) for pointers
|
Wed, 15 Apr 2009 20:26:32 +0000 |
thib |
* get rid of the "deprecated conversion from string constant to ‘char*’" warnings
|
Thu, 26 Mar 2009 18:06:32 +0000 |
thib |
Brand new README!
|
Wed, 25 Mar 2009 17:32:52 +0000 |
thib |
Patched an old patch of mine (OGG koe files handling)... It's a bit less ugly, and it works with tremor!
|
Wed, 25 Mar 2009 16:00:52 +0000 |
thib |
* fixed itoa_ws
|
Tue, 24 Mar 2009 19:45:48 +0000 |
thib |
A lot of very minor improvements (deleted some unused variables, and other things like that...)
|