1
0
forked from mirrors/0ad

Commit Graph

  • 51a0dfb0e3 This was SVN commit r7138. Mythos_Ruler 2009-09-08 20:53:12 +00:00
  • 531555f742 This was SVN commit r7137. EmjeR 2009-09-08 20:42:51 +00:00
  • 490d207074 Roman quinquireme finished EmjeR 2009-09-08 19:51:37 +00:00
  • 888dfccd6a #[Internal] New Savannah dirt texture. Mythos_Ruler 2009-09-07 22:24:00 +00:00
  • 7d27f159e0 This was SVN commit r7134. Mythos_Ruler 2009-09-07 22:19:02 +00:00
  • b5c7e3edac fix: output distance information in case of error to aid in diagnosis janwas 2009-09-07 21:06:44 +00:00
  • 4f8371988e #[Public] Big Desert terrain update. Mythos_Ruler 2009-09-07 02:44:56 +00:00
  • 739fcd8921 #(Public) New fauna: Zebra. Mythos_Ruler 2009-09-04 05:00:34 +00:00
  • 32dc4fd2f0 This was SVN commit r7129. Mythos_Ruler 2009-08-27 20:54:09 +00:00
  • ad34a6c849 #(Public) New "Badlands" test map for the Open Sourcers. Mythos_Ruler 2009-08-27 06:32:49 +00:00
  • 51e95a99d8 This was SVN commit r7127. Mythos_Ruler 2009-08-27 06:32:01 +00:00
  • 17ea25b20e This was SVN commit r7126. Mythos_Ruler 2009-08-26 22:45:36 +00:00
  • a1b58e0e58 This was SVN commit r7125. Mythos_Ruler 2009-08-25 21:17:47 +00:00
  • 69dccd4e20 #Quinctus Fabius Maximus. Mythos_Ruler 2009-08-25 19:26:25 +00:00
  • 926321c9de This was SVN commit r7123. Mythos_Ruler 2009-08-25 03:35:48 +00:00
  • df9388c5fc This was SVN commit r7122. Mythos_Ruler 2009-08-25 03:35:33 +00:00
  • f92fe2e25f #(Public Release) Desert Terrains update. Mythos_Ruler 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 janwas 2009-08-24 21:04:01 +00:00
  • 94c7677c25 This was SVN commit r7119. Mythos_Ruler 2009-08-24 01:18:25 +00:00
  • d15de1c16b This was SVN commit r7118. Mythos_Ruler 2009-08-24 01:17:51 +00:00
  • e0ce4ce067 This was SVN commit r7117. Mythos_Ruler 2009-08-24 01:17:26 +00:00
  • 7e0e56253e #Savanna Biome stuff. Mythos_Ruler 2009-08-24 00:56:08 +00:00
  • 307953b9fc This was SVN commit r7114. Mythos_Ruler 2009-08-17 03:41:17 +00:00
  • cd6a926c14 Fix #293 (Lots of printf format string errors), based on patch from Cygal Ykkrosh 2009-08-14 18:42:39 +00:00
  • 92786e368b use a simple linear distance model for attenuation janwas 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) janwas 2009-08-12 20:27:37 +00:00
  • cb19c159a2 Add list of code contributors Ykkrosh 2009-08-12 15:53:02 +00:00
  • f4cdd7098c Fix #251 (Config parser doesn't ignore comments), based on patch from Cygal Ykkrosh 2009-08-12 15:17:35 +00:00
  • 119eb08b47 fix potential bug when reusing OpenAL sources (rollover wasn't always set) janwas 2009-08-11 20:26:50 +00:00
  • dedf77179a #Public: A 512x512 desert map work-in-progress. Mythos_Ruler 2009-08-11 18:47:25 +00:00
  • 15639ee44b This was SVN commit r7106. Mythos_Ruler 2009-08-11 18:46:30 +00:00
  • 6857e34555 Fix libpath ordering Ykkrosh 2009-08-10 22:38:51 +00:00
  • 43950c2fde Simplify sys_get_executable_name by using realpath Ykkrosh 2009-08-09 20:28:46 +00:00
  • 2114bf6795 Fix secure_crt to match MSVC and pass tests Ykkrosh 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) janwas 2009-08-09 17:18:35 +00:00
  • 4cebd021b0 fix insidious 32-bit bug that was causing invalid struct stat offsets janwas 2009-08-09 17:04:17 +00:00
  • 369820c315 fix self-test problems exposed by more complete coverage (thanks, Philip!) refs #294 janwas 2009-08-09 09:42:23 +00:00
  • ad19f2faae add readme.txt explaining where the logs are janwas 2009-08-09 08:00:56 +00:00
  • bd9bc6db78 Enable invalid parameter tests for VC's Secure CRT Ykkrosh 2009-08-08 19:18:16 +00:00
  • f4fbe9dc1a Extend the sprintf_s tests Ykkrosh 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) janwas 2009-08-08 16:12:02 +00:00
  • 2001557224 Make jsval typedef match the bundled spidermonkey headers olsner 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 olsner 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 janwas 2009-08-08 11:13:05 +00:00
  • 10cc678ffb move Paths into separate file (requires update-workspaces) janwas 2009-08-08 11:11:26 +00:00
  • 62122370b5 # fix self-test (needed to replace the functionality formerly provided by path_SetRoot) janwas 2009-08-08 11:10:56 +00:00
  • 6b619cfb38 remove obsolete NO_GUI that's just cluttering up the code janwas 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. olsner 2009-08-08 09:56:50 +00:00
  • e96e2e9e8d Fix Windows build issue, svn:eol-style Ykkrosh 2009-08-07 17:43:44 +00:00
  • 5c8861adf4 Remove redundant -L linker arguments on non-Windows. Ykkrosh 2009-08-07 17:22:05 +00:00
  • c7ed6c8924 Fix project type reported in comment in makefiles Ykkrosh 2009-08-07 15:46:03 +00:00
  • 6374080b60 # Fixed Linux execution problem. Extended unit-test system. Ykkrosh 2009-08-07 15:21:39 +00:00
  • 58ee7038db Fix CLogger tests Ykkrosh 2009-08-07 14:25:14 +00:00
  • c66dfd11d0 Fix typo in last commit Ykkrosh 2009-08-07 12:22:56 +00:00
  • 935efedacf OS X build fix (fixes #265) Ykkrosh 2009-08-07 07:58:32 +00:00
  • 65d3bd642c Fix linking problems on Linux (patch from Christian Ruppert (idl0r)) Ykkrosh 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. ^ _ ^ Mythos_Ruler 2009-08-06 02:38:36 +00:00
  • aafe4fb0d5 This was SVN commit r7075. Mythos_Ruler 2009-08-05 06:19:09 +00:00
  • 5b302658a3 # fix permissions of created directories also took the opportunity to move file_system_posix to file_system since a further FS abstraction layer = YAGNI. also namespaced file_system_util. janwas 2009-08-04 19:57:53 +00:00
  • 4a4269824b Add more vararg error-checking annotation Ykkrosh 2009-08-04 16:08:41 +00:00
  • d83945e1e7 Annotate functions that have printf-style format strings, for compile-time type checking (see #293) Ykkrosh 2009-08-04 13:31:41 +00:00
  • 3726a7c9b1 # safely and silently handle disabled WMI service (see http://www.wildfiregames.com/forum/index.php?showtopic=12548&hl=) janwas 2009-08-03 21:24:00 +00:00
  • 373ed7fcb4 Avoid spurious Valgrind uninitialised-value warnings Ykkrosh 2009-08-03 20:56:00 +00:00
  • bcd47ddcbb Change default (when no config file is loaded) from fullscreen to windowed Ykkrosh 2009-08-03 20:22:04 +00:00
  • 5294821694 Attempt to fix type ambiguity (http://www.wildfiregames.com/forum/index.php?showtopic=12546) Ykkrosh 2009-08-03 09:50:23 +00:00
  • c93db6d057 Fix some GCC warnings Ykkrosh 2009-08-02 19:52:31 +00:00
  • 36e534fc22 compile fix for non-windows platforms janwas 2009-08-02 15:04:52 +00:00
  • ebac85ee81 # hopefully support non-admin accounts and unwritable directories by moving output folders to home/appdata the old behavior (using directories under binaries/) can be kept by passing -writableRoot on the command line. the first game load will be slower than usual due to re-creation of cached XMBs. janwas 2009-08-02 11:07:42 +00:00
  • 38737202cb wseh: write the minidump as soon as possible (inspired by http://www.wildfiregames.com/forum/index.php?showtopic=12533) GameSetup: fix fs::path append (previous code compiled with VC2005 but is apparently invalid) janwas 2009-08-01 22:01:01 +00:00
  • c8cfd8b40b # groundwork for separated data/cache etc. directories (XDG) remove path.cpp (it was based on the premise that all data files lie below binaries/data) janwas 2009-08-01 19:37:38 +00:00
  • 7976d84a3d Remove external resources and make log files standalone, to simplify installation Ykkrosh 2009-08-01 18:16:12 +00:00
  • c67e2429b0 Fix reported build error Ykkrosh 2009-08-01 15:34:18 +00:00
  • 46c437ad50 add missing vswprintf_s for non-Windows platforms janwas 2009-08-01 12:14:39 +00:00
  • 4d1ad62e81 # improvements to HPET driver (experimental, use -wNoMahaf command line argument if this causes breakage) see #280 janwas 2009-08-01 11:22:29 +00:00
  • 74d37b17f0 # (hopefully) correctly create missing directories, e.g. data/cache/ refs #279 janwas 2009-07-31 21:31:04 +00:00
  • 9ca097da58 # add error checking for VFS directory creation refs #279 janwas 2009-07-31 21:16:09 +00:00
  • acb9658f81 philip correctly points out that local static init from constants isn't thread-safe, and we shouldn't rely on the compiler moving variables to BSS if their constant initializer is 0. janwas 2009-07-31 17:48:45 +00:00
  • 468a67d18c # miscellaneous improvements - increase io depth and block size to better utilize FusionIO's crazy bandwidth - add OS error number to crashlog (error message may be localized and illegible) janwas 2009-07-31 16:42:39 +00:00
  • f626396cad # fix infinite recursion (reporting errors in error reporting) fixes #282 + some refactoring janwas 2009-07-31 16:39:54 +00:00
  • 36549a61b1 # fix error code collision fixes #283 janwas 2009-07-30 18:09:35 +00:00
  • 6714d80fba Fix memory leak, Valgrind warnings Ykkrosh 2009-07-28 20:13:26 +00:00
  • 7d21402d0f Windows test fix Ykkrosh 2009-07-28 18:49:22 +00:00
  • ed5fde8641 Add some GCC warnings Ykkrosh 2009-07-28 17:01:30 +00:00
  • 008d894dd7 Fix some GCC warnings Ykkrosh 2009-07-28 16:59:19 +00:00
  • 4ee7e26776 Add failing test for TraceEntry. Fix TraceEntry. Ykkrosh 2009-07-28 10:24:42 +00:00
  • cdfb58a62f Fix some more GCC warnings Ykkrosh 2009-07-28 09:27:56 +00:00
  • 38782c4606 Fix infinite loop on writing maps with cinematics (reported by GCC -Wextra) Ykkrosh 2009-07-27 18:33:56 +00:00
  • f5f1d47aed Fix some GCC -Wextra warnings Ykkrosh 2009-07-27 18:32:59 +00:00
  • afcbbc94a7 Fix GCC type warnings Ykkrosh 2009-07-27 18:30:22 +00:00
  • e239d6c076 #Public Release: New elephant entities and Oasis map update. Mythos_Ruler 2009-07-27 05:28:27 +00:00
  • 833e57abb0 This was SVN commit r7040. Mythos_Ruler 2009-07-27 05:04:52 +00:00
  • fa68ffd334 This was SVN commit r7039. Mythos_Ruler 2009-07-27 05:02:55 +00:00
  • 75e0d4511c Don't use the bundled enet headers on non-Windows (we need it installed as a system library anyway, so we can link to it) Ykkrosh 2009-07-26 16:28:12 +00:00
  • 14cd4ed7a7 Fix signed/unsigned warning Ykkrosh 2009-07-26 10:36:32 +00:00
  • f1b6b40adf # Fix build issues by removing FCollada's bundled libxml2 On Windows, dynamically link to our standard libraries/libxml2/... implementation. Ykkrosh 2009-07-26 09:48:10 +00:00
  • cd0554c6bc Fix Linux build warnings Ykkrosh 2009-07-25 20:35:48 +00:00
  • 6937137341 Public release: New African Bush elephant and baby elephant. Mythos_Ruler 2009-07-25 18:59:46 +00:00
  • 4409f18f59 Revert 649ff371b4 since it breaks 64-bit Linux, and the real problem is in the OS X build. Ykkrosh 2009-07-25 14:22:21 +00:00
  • 649ff371b4 # 64-bit compile fix (see http://www.wildfiregames.com/forum/index.php?showtopic=12448) janwas 2009-07-25 12:03:16 +00:00
  • 21b3d13c64 Avoid calling unnecessary inline functions, to work around GCC visibility issues (see #281) Ykkrosh 2009-07-22 16:37:40 +00:00