1
0
forked from 0ad/0ad
Commit Graph

6048 Commits

Author SHA1 Message Date
32dc4fd2f0 This was SVN commit r7129. 2009-08-27 20:54:09 +00:00
ad34a6c849 #(Public) New "Badlands" test map for the Open Sourcers.
This was SVN commit r7128.
2009-08-27 06:32:49 +00:00
51e95a99d8 This was SVN commit r7127. 2009-08-27 06:32:01 +00:00
17ea25b20e This was SVN commit r7126. 2009-08-26 22:45:36 +00:00
a1b58e0e58 This was SVN commit r7125. 2009-08-25 21:17:47 +00:00
69dccd4e20 #Quinctus Fabius Maximus.
This was SVN commit r7124.
2009-08-25 19:26:25 +00:00
926321c9de This was SVN commit r7123. 2009-08-25 03:35:48 +00:00
df9388c5fc This was SVN commit r7122. 2009-08-25 03:35:33 +00:00
f92fe2e25f #(Public Release) Desert Terrains update.
This was SVN commit r7121.
2009-08-25 03:29:53 +00:00
93ab45e434 simplify file implementation (remove unnecessary layer of abstraction)
ensure struct stat has 64-bit fields on windows
also fixed some warnings

This was SVN commit r7120.
2009-08-24 21:04:01 +00:00
94c7677c25 This was SVN commit r7119. 2009-08-24 01:18:25 +00:00
d15de1c16b This was SVN commit r7118. 2009-08-24 01:17:51 +00:00
e0ce4ce067 This was SVN commit r7117. 2009-08-24 01:17:26 +00:00
7e0e56253e #Savanna Biome stuff.
This was SVN commit r7116.
2009-08-24 00:56:08 +00:00
307953b9fc This was SVN commit r7114. 2009-08-17 03:41:17 +00:00
cd6a926c14 Fix #293 (Lots of printf format string errors), based on patch from Cygal
This was SVN commit r7113.
2009-08-14 18:42:39 +00:00
92786e368b use a simple linear distance model for attenuation
This was SVN commit r7112.
2009-08-12 21:28:10 +00:00
4c4fec0644 # fix sound error on Linux
Linux OpenALsoft implementations weren't resetting source state
correctly when stopping/clearing buffer queue, leading to errors when
the source was reused. workaround: use 'rewind' to ensure the buffer
state is updated.
closes #297 (please reopen if the problem persists)

This was SVN commit r7111.
2009-08-12 20:27:37 +00:00
cb19c159a2 Add list of code contributors
This was SVN commit r7110.
2009-08-12 15:53:02 +00:00
f4cdd7098c Fix #251 (Config parser doesn't ignore comments), based on patch from Cygal
This was SVN commit r7109.
2009-08-12 15:17:35 +00:00
119eb08b47 fix potential bug when reusing OpenAL sources (rollover wasn't always set)
This was SVN commit r7108.
2009-08-11 20:26:50 +00:00
dedf77179a #Public: A 512x512 desert map work-in-progress.
This was SVN commit r7107.
2009-08-11 18:47:25 +00:00
15639ee44b This was SVN commit r7106. 2009-08-11 18:46:30 +00:00
6857e34555 Fix libpath ordering
This was SVN commit r7105.
2009-08-10 22:38:51 +00:00
43950c2fde Simplify sys_get_executable_name by using realpath
This was SVN commit r7104.
2009-08-09 20:28:46 +00:00
2114bf6795 Fix secure_crt to match MSVC and pass tests
This was SVN commit r7102.
2009-08-09 19:11:14 +00:00
a76bbd5a5d fix: hele_cavalry_swordsman_b.xml had (creation) Time as a child of Resource, which is incorrect
(see http://www.wildfiregames.com/forum/index.php?showtopic=12564)

This was SVN commit r7101.
2009-08-09 17:18:35 +00:00
4cebd021b0 fix insidious 32-bit bug that was causing invalid struct stat offsets
This was SVN commit r7100.
2009-08-09 17:04:17 +00:00
369820c315 fix self-test problems exposed by more complete coverage (thanks, Philip!)
refs #294

This was SVN commit r7099.
2009-08-09 09:42:23 +00:00
ad19f2faae add readme.txt explaining where the logs are
This was SVN commit r7098.
2009-08-09 08:00:56 +00:00
bd9bc6db78 Enable invalid parameter tests for VC's Secure CRT
This was SVN commit r7097.
2009-08-08 19:18:16 +00:00
f4fbe9dc1a Extend the sprintf_s tests
This was SVN commit r7096.
2009-08-08 19:07:03 +00:00
7bbb4d4777 add more detailed OpenAL error reporting (the line number of AL_CHECK invocation, to allow exact determination of the faulting function)
This was SVN commit r7094.
2009-08-08 16:12:02 +00:00
2001557224 Make jsval typedef match the bundled spidermonkey headers
This was SVN commit r7093.
2009-08-08 13:25:23 +00:00
e8ba28c306 Automatically build bundled external libraries and report errors if premake or an external library fails to build
This was SVN commit r7091.
2009-08-08 11:22:42 +00:00
0ef5f357be fix behavior of *sprintf_s
add philip's test_printf
also add note to archive_builder

This was SVN commit r7089.
2009-08-08 11:13:05 +00:00
10cc678ffb move Paths into separate file (requires update-workspaces)
This was SVN commit r7088.
2009-08-08 11:11:26 +00:00
62122370b5 # fix self-test
(needed to replace the functionality formerly provided by path_SetRoot)

This was SVN commit r7087.
2009-08-08 11:10:56 +00:00
6b619cfb38 remove obsolete NO_GUI that's just cluttering up the code
This was SVN commit r7086.
2009-08-08 10:04:43 +00:00
b59ba962df Use internal spidermonkey by default on unices. Extract a helper for pkgconfig-based libraries. Add support for dependencies between external libraries and use that to link nspr in all projects that use the spidermonkey.
This was SVN commit r7085.
2009-08-08 09:56:50 +00:00
e96e2e9e8d Fix Windows build issue, svn:eol-style
This was SVN commit r7084.
2009-08-07 17:43:44 +00:00
5c8861adf4 Remove redundant -L linker arguments on non-Windows.
Fix some compiler warnings.
Fix missing non-PCH headers.

This was SVN commit r7083.
2009-08-07 17:22:05 +00:00
c7ed6c8924 Fix project type reported in comment in makefiles
This was SVN commit r7082.
2009-08-07 15:46:03 +00:00
6374080b60 # Fixed Linux execution problem. Extended unit-test system.
Fix sys_get_executable_name.
Add mock object support.
Add CxxTest wrapper to support "-test TestSuitename" and "-test
TestSuitename::test_case_name" command-line arguments for running
individual tests.

This was SVN commit r7081.
2009-08-07 15:21:39 +00:00
58ee7038db Fix CLogger tests
This was SVN commit r7080.
2009-08-07 14:25:14 +00:00
c66dfd11d0 Fix typo in last commit
This was SVN commit r7079.
2009-08-07 12:22:56 +00:00
935efedacf OS X build fix (fixes #265)
This was SVN commit r7078.
2009-08-07 07:58:32 +00:00
65d3bd642c Fix linking problems on Linux (patch from Christian Ruppert (idl0r))
This was SVN commit r7077.
2009-08-06 19:41:18 +00:00
4bac6c8dd3 #Got mad that Jan was taking up all of the Revision Log, so I decided to commit some stuff. ^ _ ^
This was SVN commit r7076.
2009-08-06 02:38:36 +00:00
aafe4fb0d5 This was SVN commit r7075. 2009-08-05 06:19:09 +00:00