]>
Chaos Git - console/RCOMage.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
chaoskagami [Fri, 17 Oct 2014 01:42:12 +0000 (21:42 -0400)]
Integrate an experimental GIM image conversion tool - it breaks on a lot, and everything is upside down when it does work, but meh, cool beans.
zingaburga [Sat, 5 Feb 2011 22:55:09 +0000 (08:55 +1000)]
Fix up Win32 version of is_dir()
Still untested
zingaburga [Sat, 5 Feb 2011 00:39:15 +0000 (10:39 +1000)]
Patch from Antonio Ospite to install INI files with 'make install' and to scan their location at runtime
Modified with Windows version
I haven't tested any of this
zingaburga [Tue, 18 Jan 2011 10:58:46 +0000 (20:58 +1000)]
Fix issue in previous commit with not being able to swprintf the the same string.
zingaburga [Fri, 14 Jan 2011 07:52:09 +0000 (17:52 +1000)]
Recognise more VSMX opcodes
zingaburga [Fri, 14 Jan 2011 05:46:06 +0000 (15:46 +1000)]
Support JSX version in VSMX decoder
zingaburga [Fri, 14 Jan 2011 05:25:51 +0000 (15:25 +1000)]
Update ChangeLog with changes made before initial commit
zingaburga [Fri, 14 Jan 2011 05:19:56 +0000 (15:19 +1000)]
Update INI files
(may cause incompatibilities with older XMLs)
Antonio Ospite [Mon, 10 Jan 2011 15:58:10 +0000 (16:58 +0100)]
Use size_t type for arguments passed to iconv()
On system where sizeof(size_t) != sizeof(uint32_t) iconv() was failing
and even segfaulting. Use the correct type and remove the now unneded
casts from the iconv() invocations.
This makes RCOmage finally work in linux on 64 bit systems as well.
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Antonio Ospite [Mon, 10 Jan 2011 15:58:09 +0000 (16:58 +0100)]
Move source code under a src/ subdir
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Youness Alaoui [Sun, 9 Jan 2011 14:52:19 +0000 (09:52 -0500)]
Updating TODO file
Youness Alaoui [Sun, 9 Jan 2011 14:49:46 +0000 (09:49 -0500)]
Adding data directory with .ini configuration files
Youness Alaoui [Sun, 9 Jan 2011 14:49:25 +0000 (09:49 -0500)]
Updating Changelog
Youness Alaoui [Sun, 9 Jan 2011 14:49:16 +0000 (09:49 -0500)]
Adding README file content
Youness Alaoui [Sun, 9 Jan 2011 14:29:19 +0000 (09:29 -0500)]
Adding a TODO file
Youness Alaoui [Sun, 9 Jan 2011 14:28:08 +0000 (09:28 -0500)]
Reindent all the files, no changes other than indentation and removal of trailing whitespaces
Youness Alaoui [Sun, 9 Jan 2011 14:27:32 +0000 (09:27 -0500)]
Add auto-remove trailing whitespaces to kakaroto-indent script
Youness Alaoui [Sun, 9 Jan 2011 14:24:54 +0000 (09:24 -0500)]
add ifndef protection to header files
Youness Alaoui [Sun, 9 Jan 2011 14:23:48 +0000 (09:23 -0500)]
Add license header to every file
Youness Alaoui [Sun, 9 Jan 2011 14:07:24 +0000 (09:07 -0500)]
Update .gitignore to ignore the autofoo files
Youness Alaoui [Sun, 9 Jan 2011 14:04:23 +0000 (09:04 -0500)]
Add autofoo. Now compile with ./configure && make
Youness Alaoui [Sun, 9 Jan 2011 13:15:09 +0000 (08:15 -0500)]
Use the proper stdint type variables instead of reduced typedefs
Youness Alaoui [Sun, 9 Jan 2011 13:04:24 +0000 (08:04 -0500)]
Indenting all the files with the kakaroto-indent script. No other modifications made
Youness Alaoui [Sun, 9 Jan 2011 13:04:04 +0000 (08:04 -0500)]
Adding kakaroto-indent script that will indent all the files to my coding style. Required gnu indent to be installed
Youness Alaoui [Sun, 9 Jan 2011 11:51:46 +0000 (06:51 -0500)]
Dos2unix all the files, no other changes than that
Youness Alaoui [Sun, 9 Jan 2011 11:35:11 +0000 (06:35 -0500)]
Switch to using C code and make the 7z deflate accessor into a C function
Youness Alaoui [Sun, 9 Jan 2011 11:32:34 +0000 (06:32 -0500)]
Depend on the system's libz instead of the local copy
Youness Alaoui [Sun, 9 Jan 2011 11:30:14 +0000 (06:30 -0500)]
structures in C need the 'struct' keyword in front of them
Youness Alaoui [Sun, 9 Jan 2011 11:20:18 +0000 (06:20 -0500)]
Remove variable declaration in .h file and clean BOM handling code
Youness Alaoui [Sun, 9 Jan 2011 11:19:31 +0000 (06:19 -0500)]
Remove unnecessary cruft, make it compatible with gcc only and remove __GNU_C__ define check
Youness Alaoui [Sun, 9 Jan 2011 01:49:58 +0000 (20:49 -0500)]
Temporary linux-compatible makefile
Youness Alaoui [Sun, 9 Jan 2011 01:49:27 +0000 (20:49 -0500)]
iconv and xml APIs use char **, not const char **. Fix it
Youness Alaoui [Sun, 9 Jan 2011 01:48:54 +0000 (20:48 -0500)]
Avoid strict-aliasing issues, use a union to make a variable both a uint32 and a float.
ZiNgA BuRgA [Sun, 9 Jan 2011 00:56:22 +0000 (19:56 -0500)]
Initial import of RCOMage version 1.1.1