1
0
forked from 0ad/0ad
Commit Graph

5858 Commits

Author SHA1 Message Date
724418b1d6 Use extended regexps instead of advanced, for portability
This was SVN commit r7140.
2009-09-11 16:41:18 +00:00
b0ba529cee This was SVN commit r7139. 2009-09-09 21:09:38 +00:00
51a0dfb0e3 This was SVN commit r7138. 2009-09-08 20:53:12 +00:00
531555f742 This was SVN commit r7137. 2009-09-08 20:42:51 +00:00
490d207074 Roman quinquireme finished
This was SVN commit r7136.
2009-09-08 19:51:37 +00:00
888dfccd6a #[Internal] New Savannah dirt texture.
This was SVN commit r7135.
2009-09-07 22:24:00 +00:00
7d27f159e0 This was SVN commit r7134. 2009-09-07 22:19:02 +00:00
b5c7e3edac fix: output distance information in case of error to aid in diagnosis
This was SVN commit r7133.
2009-09-07 21:06:44 +00:00
4f8371988e #[Public] Big Desert terrain update.
This was SVN commit r7132.
2009-09-07 02:44:56 +00:00
739fcd8921 #(Public) New fauna: Zebra.
This was SVN commit r7131.
2009-09-04 05:00:34 +00:00
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