2011-04-02 |
Emmanuel Gil Peyrot |
Remove “duplicate” functions as they can be remplaced by a nearly-identical existing function.
default tip
|
2011-04-02 |
Emmanuel Gil Peyrot |
Remove useless duplicated main of scn2kdump.
|
2011-04-02 |
Emmanuel Gil Peyrot |
Register all (?) commands, to help finding non-implemented ones in game.
|
2011-04-01 |
Emmanuel Gil Peyrot |
Fix objScale with 2D zoom; implement objWidth and objHeight.
|
2011-04-01 |
Emmanuel Gil Peyrot |
Add all Air, Clannad and Kanon function names in scn2kdump, based on rldev’s names.
|
2011-04-01 |
Emmanuel Gil Peyrot |
Convert the last non-Unicode japanese comments.
|
2011-02-23 |
Thibaut Girka |
Fix index_series implementation (still incomplete)
|
2011-02-23 |
Emmanuel Gil Peyrot |
Add configure option to build scn2kdump.
|
2010-12-11 |
Thibaut Girka |
Fix a bug with savegames introduced with changeset c7bcc0ec2267.
|
2010-11-26 |
Thibaut Girka |
Convert EUC-JP files to UTF8
|
2010-02-07 |
Thibaut GIRKA |
Remove --displaysize, as it was not used.
|
2010-02-06 |
Thibaut GIRKA |
Refactor Load/LoadSys
|
2010-02-06 |
Thibaut GIRKA |
fix pointers used to get strchr result
|
2009-12-18 |
Thibaut GIRKA |
Revert an old change that disabled cursors...
|
2009-12-18 |
Thibaut GIRKA |
Replaced SATURATE -> ADD, implemented objComposite, corrected minor things
|
2009-12-18 |
Thibaut GIRKA |
Implemented sin opcode
|
2009-12-18 |
Thibaut GIRKA |
Moved all opcodes from scn2k_text.cc to scn2k_textimpl.cc
|
2009-11-14 |
Thibaut GIRKA |
* Move some opcodes
|
2009-04-30 |
thib |
* replaced Grp and Text classes by the TextImpl and GrpImpl ones
|
2009-04-22 |
thib |
* started the same changes on scn2k_text.cc
|
2009-04-20 |
thib |
* scn2k_grp.cc now handles commands in a cleanier way \o/
|
2009-04-19 |
thib |
* MuSys, AyuSysConfig, FileSearcher (former FILESEARCHER) and KeyHolder (former KEYHOLDER) are now singletons
|
2009-04-18 |
thib |
* Known bugs added to the README
|
2009-04-17 |
thib |
* oops... finishing what was started and not said with the other patch: fixing memory leaks
|
2009-04-17 |
thib |
* Added va_end where there is a va_start
|
2009-04-17 |
thib |
* Correct --disable-x11
|
2009-04-15 |
thib |
* use correct format (%p) for pointers
|
2009-04-15 |
thib |
* get rid of the "deprecated conversion from string constant to ‘char*’" warnings
|
2009-03-26 |
thib |
Brand new README!
|
2009-03-25 |
thib |
Patched an old patch of mine (OGG koe files handling)... It's a bit less ugly, and it works with tremor!
|
2009-03-25 |
thib |
* fixed itoa_ws
|
2009-03-24 |
thib |
A lot of very minor improvements (deleted some unused variables, and other things like that...)
|
2009-03-24 |
thib |
Updated AUTHORS (I hope I haven't forgotten someone) and ChangeLog
|
2009-03-23 |
thib |
OtakuNoRaifu is born! (Changed 'xclannad' to 'OtakuNoRaifu')
|
2009-03-18 |
thib |
* Center button-type selects
|
2009-03-17 |
thib |
(none)
|
2009-03-17 |
thib |
* Support (more or less) button style selects (fuuko's ones)
|
2009-03-17 |
thib |
* Modernize configure.ac
|
2009-03-15 |
thib |
* Updated copyright/license information
|
2009-03-08 |
thib |
* Moved XOR key related things to a proper location
|
2009-03-08 |
thib |
* Check for SDL_mixer and SDL_gfx
|
2009-03-08 |
thib |
* Added license headers/informations
|
2009-03-07 |
thib |
* Removed SDL_rotozoom.{cc,h} (now uses SDL_gfx). TODO: improve configure.ac
|
2009-03-07 |
thib |
* Added some license headers
|
2009-03-06 |
thib |
* Added CLANNAD Full Voice's key
|
2009-03-06 |
thib |
* no more (or, at least, less) duplicate code between scn2kdump and the rest
|
2009-03-06 |
thib |
* Allow the building of scn2kdump by typing "make scn2kdump" in scn2k/
|
2009-03-02 |
thib |
* Fixed a typo in Jagarl's name
|
2009-03-01 |
thib |
* Corrected --disable-vorbis in configure.ac
|
2009-02-27 |
thib |
* clean littles things in configure.ac
|
2009-02-27 |
thib |
Makes xclannad buildable without libvorbis
|
2008-11-02 |
thib |
No need for music2/config.h (which doesn't exist anymore)
|
2008-11-01 |
thib |
Use automake
|
2008-10-31 |
thib |
Fixed dynamic strings in selections (Fuko Pranks for instance)
|
2008-10-24 |
thib |
* CG completion percentage (maybe not working properly?)
|
2008-10-18 |
thib |
Enable the 99th save
|
2008-09-16 |
thib |
Sync with upstream
|
2008-08-12 |
thib |
Shows name in backlog
|
2008-08-11 |
thib |
added "new" label on last savegame and corrected StatSaveFile
|
2008-08-11 |
thib |
Fixed new_pt in global calls
|