Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/Warzone2100/warzone2100

Command the forces of The Project in a battle to rebuild the world after mankind has been nearly destroyed by nuclear missiles. A 100% free and open source real-time strategy game for Windows, macOS, Linux, BSD+
https://github.com/Warzone2100/warzone2100

* Rename functions

mixer_GetCDVolume to sound_GetMusicVolume
mixer_SetCDVolume to sound_SetMusicVolume
...

18dcb24b3c85d5580081ab007a514ded277d8aab authored over 17 years ago
Enhance POSIX crashdump with time of execution (not crash!)

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1971 4a71c877-e1ca-e34f-864e-861f7616d084

d301fd3a8235a198df999bd1b896d20a4b42ef75 authored over 17 years ago
- Get full path to warzone binary, so gdb can actually find it. (It runs in an empty env, so it doesn't even have PATH.)

- Add some debug output (which will never get shown, since we setup the crashhandler before the d...

0c46dfdea398cc52b0a0dcc9d818df02920d3c30 authored over 17 years ago
This time fix it really. Thanks EvilGuru.

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1967 4a71c877-e1ca-e34f-864e-861f7616d084

b3f62323d456f4d804d1acab3b16cc6034f5732d authored over 17 years ago
Fix a mistake which resulted in infinite loops and horrendously big logfiles. Thanks to Kamaze and EvilGuru.

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1966 4a71c877-e1ca-e34f-864e-861f7616d084

1a61e63fc4f65941b6af76282484aae13e4e529c authored over 17 years ago
Revert to the old implementation of STATIC_ASSERT. Beware: This does not work in global context (outside of a function).

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1965 4a71c877-e1ca-e34f-864e-861f7616d084

428c893226ec373ac1c82a2fd05b79b4de22e312 authored over 17 years ago
* Move #ifdef EDIT_OPTIONS so that some IDOPT_EDIT code is properly commented out

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1964 4a71c877-e1ca-e34f-864e-861f7616d084

78389548d8ea2d5e5bbf5aa831f5c2105978cdfe authored over 17 years ago
Rollback commit 1960, since I want to make this edit stuff work later

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1963 4a71c877-e1ca-e34f-864e-861f7616d084

0b3a3367b93f79417bb13c340250e38cfec5e50e authored over 17 years ago
Add missing header guards

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1962 4a71c877-e1ca-e34f-864e-861f7616d084

4390632ce8bfdde4d7b78fd1ba754dfff4d5a2be authored over 17 years ago
* remove unused function audio_Get2DPlayerRotAboutVerticalAxis

* remove global var g_bStopAll which seems to function as some kind of crude (and non-functional...

e3d9c70e945253fbcb857b895d2736b838069608 authored over 17 years ago
* Remove effectively commented out code (was enclosed by `#ifdef EDIT_OPTIONS` conditionals while EDIT_OPTIONS was never defined)

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1960 4a71c877-e1ca-e34f-864e-861f7616d084

2602677f39ae19d1270491803d88721a74dab438 authored over 17 years ago
Updated Xcode project file to reflect removed netcrypt.c

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1959 4a71c877-e1ca-e34f-864e-861f7616d084

ddd8464d0d35f6cbb27b43dc5de5c751a38731ec authored over 17 years ago
* Remove global var BOOL display3D which is always true anyway

* Adapt all code that depends on display3D by either removing if (!display3D){} code or removing...

46434a1e5d97ab4af8b15ec18543940838f04cf9 authored over 17 years ago
* Check hosts that attempt to register a game with the lobby server for reachability on port 9999 (e.g. a NAT/firewall might obstruct this)

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1957 4a71c877-e1ca-e34f-864e-861f7616d084

aa54cee7262788916a070d536afcfef5c863b461 authored over 17 years ago
Remove the gameData from the list even if we couldn't read the new data.

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1956 4a71c877-e1ca-e34f-864e-861f7616d084

3acbbe97a3291b994b517052c26f3078834f3057 authored over 17 years ago
* Update Code::Blocks and MSVC projects to removal of lib/netplay/netcrypt.c in r1953

* Remove lib/netplay/netcrypt.c from the list of files to extract translatable strings from for ...

39db2bef4b438dfd5188af4163a140d09d1180c4 authored over 17 years ago
Remove now quite useless encryption and anti-cheat code.

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1953 4a71c877-e1ca-e34f-864e-861f7616d084

d3271aa38684be419f7320e03da16f909706f24e authored over 17 years ago
Use allow_reuse_address correctly.

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1952 4a71c877-e1ca-e34f-864e-861f7616d084

6a40fa81cf9d3a7ce872ddc4d71699e117554434 authored over 17 years ago
- Rename lobbyDev to lobbyDbg

- Add debug output to gameserver sanity check
- Set the connection-check timeout to 10s
- Allow r...

69aefb690926f719c6aa9ab929b51184ba9aa718 authored over 17 years ago
- Don't list wrongly configured gameservers (eg. behind a NAT)

- Try to fix len(None) (TypeError: len() of unsized object)

git-svn-id: svn+ssh://svn.gna.org/s...

460fd94d4754a7dd61469b9205b010a7263269fe authored over 17 years ago
Use sizeof instead of magic values.

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1949 4a71c877-e1ca-e34f-864e-861f7616d084

d0382a30d9812ba4b490bf5f5c7cf730577bdfb9 authored over 17 years ago
* Warzone is a GUI application, so set this in Code::Blocks so that M$Win doesn't produce a console window

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1948 4a71c877-e1ca-e34f-864e-861f7616d084

eeeedf36ed87cb0d93b49dd3acd5b67d7d02655c authored over 17 years ago
Updated libpng download location

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1944 4a71c877-e1ca-e34f-864e-861f7616d084

ca8c8910c2a06afbd357e127ee3822a9c21ad127 authored over 17 years ago
* Initialize our variables before usage; this should prevent out-of-bound array accesses when a player in a multiplayer game designs a new design template

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1943 4a71c877-e1ca-e34f-864e-861f7616d084

072395e2dfb153fd613cceb366fca068a47f02c9 authored over 17 years ago
Fix blooper in template send code

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1942 4a71c877-e1ca-e34f-864e-861f7616d084

f73ff26ebf28054e0f757de26c2a43500e50f39a authored over 17 years ago
Try to solve droid template network bug by sending field by field instead.

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1941 4a71c877-e1ca-e34f-864e-861f7616d084

da5c018921c2ac607ad59ea577ba24a63bafbaa0 authored over 17 years ago
Fix warnings

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1940 4a71c877-e1ca-e34f-864e-861f7616d084

35bb29274d7ba3e52e5857864d089315ab36a3d7 authored over 17 years ago
Hopefully fix multiplayer crash when sending droid templates between

players on computers with different pointer length.

git-svn-id: svn+ssh://svn.gna.org/svn/warzo...

c4199ed5b65d52a7f433571017f13c20f0bf2968 authored over 17 years ago
The receiveWholeDroid net packet function added object ID into a psDroid->psTarget[i]

pointer field. This would not only not work if the two players with different pointer
bit length...

0fedc728ce1722724cd750e8493d6266ff3b7bfe authored over 17 years ago
* Change usage of DROID->numKills to hold the percentage of dealt damage (to other units) instead

* This means that in order to get the actual amount of kills by this droid you need to divide t...

2c98295eab0fc00714a5a2de15514dec8a22570c authored over 17 years ago
* Revert changes to Code::Blocks projectfile in r1915

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1936 4a71c877-e1ca-e34f-864e-861f7616d084

e4e5233a44018486cb0cece06ab20238890d4e0c authored over 17 years ago
* Wrap a console print string in the _() gettext macro

* Remove a useless duplicated & commented out line

git-svn-id: svn+ssh://svn.gna.org/svn/warzo...

13f89d6f7bbbe2e933dc127b2dfb9f1cd8369fb5 authored over 17 years ago
Small cleanup and sanity checking of send projectile function based on patch by Watermelon.

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1934 4a71c877-e1ca-e34f-864e-861f7616d084

5abe70815c2d41a329b46d28f92437a27f8ee474 authored over 17 years ago
Add assert to see if some code is actually in use or not...

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1933 4a71c877-e1ca-e34f-864e-861f7616d084

bfc1e200f465f7aa64647b9bf48004aa1078db31 authored over 17 years ago
- Merge my OpenAL installer NSIS script with Giels (Installed into INSTDIR instead of TEMP)

- Simplify Windows NSIS Makefile. Since 2.25 -options are supported
- Add updater rule to AutoMak...

813c5db69c26b8c404f03e413421e3bfafb31ff4 authored over 17 years ago
* Add Dutch translation to NSIS setup

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1919 4a71c877-e1ca-e34f-864e-861f7616d084

614554e997667a7f57b60295a31a4557f2338f28 authored over 17 years ago
* Add GPL license headers to NSIS installer files

Dennis Schridde <devurandom> gave me permission to license his part of these files under the GPL ...

5ae2bbfda5d65b49b8be8bb5eeadccd219f6be1d authored over 17 years ago
* Use the OpenAL installer (as provided by Creative) to install the OpenAL libraries along with Warzone; instead of providing our own DLLs

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1917 4a71c877-e1ca-e34f-864e-861f7616d084

0e44420c3f796ddf6576936a8af1db9ad71a72ed authored over 17 years ago
* Revert unintentionally committed changes of r1915

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1916 4a71c877-e1ca-e34f-864e-861f7616d084

ad89b4940741d60ab0c85f661865b7b160040536 authored over 17 years ago
* Add two other Code::Blocks files (projectfile.depend, projectfile.layout) to ignore list

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1915 4a71c877-e1ca-e34f-864e-861f7616d084

1779c3f3641f78d584fe94a4f6556866497e5ff5 authored over 17 years ago
* Add Code::Blocks build directories (obj & bin) to the ignore list

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1914 4a71c877-e1ca-e34f-864e-861f7616d084

7f4b8364297a78735b3406d20aac85ac8caeb1a4 authored over 17 years ago
Forward port more cleanups from reference count work. Add warning about pointer

cast to int which is likely to cause bugs on 64bit architectures in projectile code.

git-svn-id...

fdfe7f074527448f6715a9196ea7ca0bea4dbac4 authored over 17 years ago
Misc cleanup forward ported from reference counting work. Adds new checking

macro CHECK_STRUCTURE().

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1912 4a71c877-e1ca...

5aa373e5b244b40ef622456d6cee2778f195eb69 authored over 17 years ago
* Change kf_MoveToLastMessagePos() to be more readable (i.e. simply return on error, don't wrap the actual working, non-error, code in a conditional), also use map_coord instead of `>> TILE_SHIFT`

* Remove unused (and probably useless) function audio_PlayPreviousQueueTrack
* Remove unused fu...

2658fa36aa5558e7053ff1196de1a952109370cd authored over 17 years ago
Cleanup:

* Change the array iteration code such that it is a bit easier to read
* remove audio_CheckAllU...

37be498275ed1143efd2270f28d6390752a3f51f authored over 17 years ago
Remove unnecessary import of __future__ which also does not exist in Windows Blender. Patch by Kage.

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1906 4a71c877-e1ca-e34f-864e-861f7616d084

d8f52e0caae3a4840063fc1ab5391a87e1ac3e8e authored over 17 years ago
Remove unused "altVal"(disp3d) and macros(fract), make macro safer(map)

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1902 4a71c877-e1ca-e34f-864e-861f7616d084

e5ff965bbcd9aa3efabd08ca987215dbcf6d0bab authored over 17 years ago
- Cleanup unnecessary variables in warcam.c

- Adjust camera-smoothness in warcam.h
- Simplify trackHeight(). I experienced an extreme, infini...

a2b9e2282278defd4992c4bf56043e749a0948dc authored over 17 years ago
PIE importer version 0.2.1 by Kage:

- no longer use glob

Known (and as of yet unfixed) issues are:
- it does not handle filenames sa...

0f6126096803179422b6ab27167078f47dcc564e authored over 17 years ago
Updated Xcode project file

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1898 4a71c877-e1ca-e34f-864e-861f7616d084

131b121face6557a01f6dcd2087991fcefeac184 authored over 17 years ago
Unused definitions.

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1897 4a71c877-e1ca-e34f-864e-861f7616d084

6d08197d952ac464a303e76d1d9d7484c1a82173 authored over 17 years ago
water-fix part 3: Animation

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1896 4a71c877-e1ca-e34f-864e-861f7616d084

2f9105cc710b1ff6b7f04ec4aa75f1abf11aec93 authored over 17 years ago
Part 2 of water-fix (river bed), 3rd part (animation) to follow.

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1895 4a71c877-e1ca-e34f-864e-861f7616d084

ccc9d53d0a1296427a98f3a603892ba43b2cd40e authored over 17 years ago
Clean my WC

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1894 4a71c877-e1ca-e34f-864e-861f7616d084

cc2294112be2a79ce6003c7a0a04142f8b647e95 authored over 17 years ago
First part of water-fix, which was broken by one of the last commits.

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1893 4a71c877-e1ca-e34f-864e-861f7616d084

0198bceba2cf2ff4d955e6ff4fabf4b560101f90 authored over 17 years ago
Remove Win32 specific min/max, replace by MIN/MAX from macros.h

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1892 4a71c877-e1ca-e34f-864e-861f7616d084

d0bb8172d53cd2e429188a0ba3428c7e48ff7f99 authored over 17 years ago
- More generic cleanup

- Reorder debug=yes CFLAGS so the -Wno- flags are at the end
- Make skybox float-uv aware

git-s...

9a5fd28e0cc555354670806be74495c1e3a1d1e6 authored over 17 years ago
* Const correctness char* -> const char*

* Remove an unused string buffer (g_szCurDriveName)
* Fix a potential buffer overflow by using ...

c81e6f12052afc2da7486a8c3ff92b633c14548c authored over 17 years ago
Clean up src/target.c

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1886 4a71c877-e1ca-e34f-864e-861f7616d084

c26f036d0528fe9d0221bd5f54e69f5e11ce2c48 authored over 17 years ago
Cleanup pie_PiePolyFrame and some other minor changes.

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1884 4a71c877-e1ca-e34f-864e-861f7616d084

92bf004d997a44ec9a4aa700b51f619f439ac0c4 authored over 17 years ago
* Update Code::Blocks project file to 1.6 format

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1881 4a71c877-e1ca-e34f-864e-861f7616d084

830751b056b71cfc3080a1e71e7e1901e65a269d authored over 17 years ago
Use correct include variable ($includes instead of $include) for custom build commands

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1880 4a71c877-e1ca-e34f-864e-861f7616d084

0fc5249f790ea3db1d79c85562cd2a4838272170 authored over 17 years ago
* Add Code::Blocks project file

This currently compiles clean on GNU/Linux (disables gettext though), I haven't tested Windows ye...

da8d699f03798fc371b61a71d75e8a3af30b345c authored over 17 years ago
Minimal comment/header reordering.

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1878 4a71c877-e1ca-e34f-864e-861f7616d084

8ee46cc331e509df192992b648ff424bee39dba7 authored over 17 years ago
Use violet instead of black to mark unused tiles. Useful for debugging.

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1877 4a71c877-e1ca-e34f-864e-861f7616d084

a5f74dc850e536dcd40528dee0b98ea85be19788 authored over 17 years ago
More cleanup...

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1876 4a71c877-e1ca-e34f-864e-861f7616d084

1f723e656cd2b4bab815a7a8631ec2f7ba3a8b65 authored over 17 years ago
- More cleanup

- Teach for to pieblitfunc
- sed DrawTransImage to DrawImage (they were defined this way before a...

3f2786c0304c026b5a6084055d68ade03aa53f0d authored over 17 years ago
Remove psPx optimization via pointers to minimise further patches.

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1874 4a71c877-e1ca-e34f-864e-861f7616d084

083b4c97d5203eb0a21681cf53324ae18cfb1be3 authored over 17 years ago
* Replace several instances of 4 spaces with '\t' for indentation

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1873 4a71c877-e1ca-e34f-864e-861f7616d084

d4297bade6567f7cab92a4d77a15b212b9ad9011 authored over 17 years ago
* split function dealWithLMB (which was around 350 lines) up into several smaller functions (still not pretty, but easier to read)

Behaviour should be unchanged

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1872 4a71c877...

dea07b08a18a288525cd1c800ba6c2e1745211ee authored over 17 years ago
Introduce PIE5 format.

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1871 4a71c877-e1ca-e34f-864e-861f7616d084

07a8031e945f345cb9cb32841bc257a018bd5211 authored over 17 years ago
More backdrops by Terminator.

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1870 4a71c877-e1ca-e34f-864e-861f7616d084

96609e273b67205c03f2f99f55fcbcaa1c9aa5b7 authored over 17 years ago
Another backdrop by Terminator.

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1869 4a71c877-e1ca-e34f-864e-861f7616d084

b7efd162b206bf634777fb455b586d727f482e49 authored over 17 years ago
Forgot to actually commit this:

* r1866 removed piefunc.c from raw Makefiles instead of rendfunc.c: fixed

git-svn-id: svn+ssh:/...

e292810a5c5dd5523c08172f8d67cbfcdc768927 authored over 17 years ago
* r1866 removed piefunc.c from raw Makefiles instead of rendfunc.c: fixed

* removed rendfunc.c from POTFILES.in
* `make -C po update-po` (raw makefiles still work for up...

b37345340b693fb77c40b5922938000bf912f319 authored over 17 years ago
Update raw Makefiles and MSVC to the removal of rendfunc.[ch]

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1866 4a71c877-e1ca-e34f-864e-861f7616d084

5dc0ccb99edf2127597caa83a75ebda9a18b47f1 authored over 17 years ago
Remove more unused code. This includes iV_GetMouseFrame, which returned an undefined value before. scriptextern.c might want to be adapted.

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1865 4a71c877-e1ca-e34f-864e-861f7616d084

e40c83027863443e5271815ee4f28dd437900613 authored over 17 years ago
* Use decent assertion expressions for some asserts (e.g. !"string", so that debuggers actually display something more interesting than 'FALSE')

* modify createDroid, createFeature and createStruct to use a NULL pointer as failure notificati...

b2b33bbed4e5625e77de5aed6622781c9b89f02e authored over 17 years ago
Warning linting for MacOS X

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1863 4a71c877-e1ca-e34f-864e-861f7616d084

74ab4f87876bc5e255cc25d87d6d9945d88d002e authored over 17 years ago
Updated Xcode project

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1862 4a71c877-e1ca-e34f-864e-861f7616d084

b254cea724995f212195c124a3edeeb478bb7f46 authored over 17 years ago
* update POTFILES.in for r1859

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1861 4a71c877-e1ca-e34f-864e-861f7616d084

7a4309c41c0e0ffab440b649665636c091de7c08 authored over 17 years ago
* Use decent assertion expressions for some asserts (e.g. !"string", so that debuggers actually display something more interesting than 'FALSE')

* Fix a syntax error (missing brace)
* Code cleanup: put curly braces on their own line
* remo...

66746c40783506a7abf3fd809306fd81d5d10594 authored over 17 years ago
Remove the unused 2D map editing code. We are never going there... Notice

that files are removed, so rerun your build systems!

git-svn-id: svn+ssh://svn.gna.org/svn/warz...

5c23008ee06bebefa4604557bc7622fb38936cdc authored over 17 years ago
Add two new check macros, CHECK_OBJECT and CHECK_PROJECTILE, and sprinkle them over the code.

This will cause many new asserts, but easier to track down bugs. To find if a bug is caused
by to...

42ea71702d3e7af46c4fd0442d18ffb83fd6a2b3 authored over 17 years ago
Cleanup of object memory system. Remove unused morgue code, and use unused list

checking function in debug mode. Factorise duplicated code. Remove unused defines.

git-svn-id: ...

9c820a0435b2ec324c5ef6aefb0c447f7008383f authored over 17 years ago
oops forgot to commit this along with r1855:

* modify accessing a global var to using a set function instead

git-svn-id: svn+ssh://svn.gna.o...

ea325b35ce8ab2b426f6c2ada026d2a4d49bd565 authored over 17 years ago
* Task #5192: Audit some files for failure to set global pointers to NULL after having called free(global pointer)

* Mark some global pointers/vars for static linkage (the less global, and more local they are, t...

05156439fde62caf5a9d84e2f69baec86d66e63e authored over 17 years ago
Remove POSIX deprecation warnings for MSVC

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1854 4a71c877-e1ca-e34f-864e-861f7616d084

6a43986828ee7737813041bfcc6feb2b31eae51f authored over 17 years ago
* Task #5192: Audit some files for failure to set global pointers to NULL after having called free(global pointer)

* Mark some global pointers/vars for static linkage (the less global, and more local they are, t...

91adc1ba44807f22f2f53c64b5908dda9ba00d95 authored over 17 years ago
More globals free() auditing

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1852 4a71c877-e1ca-e34f-864e-861f7616d084

1edba5809fe690e95b0540c19adc064a0c8764da authored over 17 years ago
Add hack to make ./configure --enable-debug=yes work on 64bit CPUs

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1851 4a71c877-e1ca-e34f-864e-861f7616d084

9567ce63918d828e0690b5247cc70244b02ec1fd authored over 17 years ago
Audit more globals not being set correctly to NULL.

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1850 4a71c877-e1ca-e34f-864e-861f7616d084

077433f02fc15aeb426c67e1b6201d43827912e7 authored over 17 years ago
Audit some files for failures to set global pointers to NULL after calls

to free()

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1849 4a71c877-e1ca-e34f-864e-861f...

6b9e5043be02abd0e3d9079ab782725ce4657fd4 authored over 17 years ago
Tiny cleanup

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1848 4a71c877-e1ca-e34f-864e-861f7616d084

80026d553cf6d4e4700825e9165ae55cc43b5f75 authored over 17 years ago
Fix bug #9262 where the game would fail when loading savegames because I

expected that an oil derrick would always be placed on top of an oil feature.
This is not the cas...

8a84301e9ac5d2d8d86db3b198db219b158b3532 authored over 17 years ago
Add recovery fallback for non-debug builds for bug #9262. It will

still assert, though. We need to figure out why it sometimes wants
to build derricks on tiles tha...

a06b1f8b53458347f399b8ed23aeafbcaa4866fa authored over 17 years ago
* Fix array out of bounds access

patch by vs2k5

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1845 4a71c877-e1ca-e34f-864e...

b28d8bbdf6f747a30cb957cfdab22629be9cecde authored over 17 years ago
Improvement to how Xcode project invokes gcc with --std=gnu99

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1844 4a71c877-e1ca-e34f-864e-861f7616d084

15a89809d22c858d499ae4319b3ffcee72bc20d0 authored over 17 years ago
Fix MSVC compilability:

* Declare vars at the beginning of the block

Hinted at the problem by vs2k5

git-svn-id: svn+ss...

239ea117014af2837ed98c4b893084088e926f56 authored over 17 years ago
Add a bunch of default m4 macros to ease compilation under some distributions.

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1842 4a71c877-e1ca-e34f-864e-861f7616d084

f537ad65fbb732f8c010a4f258b99998f7e78bdb authored over 17 years ago