Include theme files in the package script
20 lines of code changed in 2 files:
Use a better default value for map height on win32
4 lines of code changed in 2 files:
remove old-style icon and a compiled windows package I'd accidentally included.
4 lines of code changed in 3 files:
Merge some changes to the nsi file from the one from the 1.12 branch
42 lines of code changed in 2 files:
Merge the contents of win32Readme.txt into the Running.txt file
25 lines of code changed in 3 files:
Define sleep in a way that can be compilied for windows
7 lines of code changed in 2 files:
More explicit type definition in a struct to fix windows compilation
5 lines of code changed in 2 files:
Merge Revisions 11626 and 11627 from the 1.12 branch into trunk
440 lines of code changed in 12 files:
Remove .gladep files from those included in the windows package.
4 lines of code changed in 2 files:
Some support files for building windows packages
629 lines of code changed in 11 files:
common/commands.c: Add code to process & store race_info and class_info
data. Still TODO is actually write code that will use this information
(new character creator)
MSW 2010-05-17
263 lines of code changed in 2 files:
common/client.c: Fix connection logic which failed if system was using
ipv6 + ipv4 (and trying ipv6 first) - code was not properly re-setting
variables and trying the next protocol in the list. Also clean up some
formatting.
MSW 2010-05-15
29 lines of code changed in 2 files:
- Add CONVERT_FILESPEC_TO_OS_FORMAT() everywhere the GTK-V2 client creates a
path so that on WIN32 platforms, the path will be converted to use backslash
delimiters.
14 lines of code changed in 5 files:
- Create a replace_chars_with_string() function that does a find/replace on
a string. Specified character tokens in the buffer are replaced by strings.
- Create a CONVERT_FILESPEC_TO_OS_FORMAT(path) macro that uses this function
to provide a method for converting paths to WIN32 format when a client is
compiled for that platform. The macro does nothing on non-WIN32 platforms.
71 lines of code changed in 2 files:
- Change function header comments to doxygen style and add empty comment
headers for functions that have none.
44 lines of code changed in 1 file:
- Add Vendor tag so the official builds say something other than (none).
For now, use sourceforge.net/projects/crossfire as there is no other
mention of SourceForge in the .spec file.
5 lines of code changed in 1 file: