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

Fix missing headers for MSVC.

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

4a4c1e9df77b9641729e9e321f63ed8f41d75b51 authored almost 18 years ago by Dennis Schridde <[email protected]>
Improve description of r1152 (fix broken font rendering in menus) and use pie_SetTexturePage(-1) in all places it was used prior to r1075.

Also clean indention.

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

7fca14b12954607063fe3faf8faab7acf761f3a7 authored almost 18 years ago by Dennis Schridde <[email protected]>
fixes (maybe just circumvents?) bug #8514

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

82dd8e0bbcb08d9e7bd77bc78cb01735706e9288 authored almost 18 years ago by Giel van Schijndel <[email protected]>
Split --enable-debug into four: strict (-Werror),

yes (as before), relaxed (-O2 & -Wextra), and no
(as before). Fix two more reported warnings.

g...

785daa97e190c17a01175b069090ce25c1cbc89a authored almost 18 years ago by Per Inge Mathisen <[email protected]>
* removed some redundant code from src/data.c:

- the function dataAudioLoad first checked whether the audio system is disabled and if it is se...

c07332714b92c099783bee693d6a40692051709c authored almost 18 years ago by Giel van Schijndel <[email protected]>
Turn __attribute__((unused)) into WZ_DECL_UNUSED, which is unset

for compilers other than gcc. Thanks to devurandom for bringing
this problem to my attention. Al...

bbc588699d339449aeeef9cb8711ca8b6eabf65e authored almost 18 years ago by Per Inge Mathisen <[email protected]>
Clean up IMD loading, informed by -Wextra, removing lots of redundant and

unused code. Also add -Wno-unused-label to Makefile.raw builds, too, to
skip the warning generate...

9a0d08f6993bf818b15cd4f46c02e3eeb6f3c9d9 authored almost 18 years ago by Per Inge Mathisen <[email protected]>
Fixes informed by -Wextra for graphics code. Removes much redundant code.

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

78396463a77192b3edd1c22d49687dab47d1adb8 authored almost 18 years ago by Per Inge Mathisen <[email protected]>
Start making the code conform to -Wextra

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

d3cadd9e4a510c73a985042da4e3d1b0df1333b9 authored almost 18 years ago by Per Inge Mathisen <[email protected]>
Re-ordered code to fix score data endianization

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

600a8850e78b760529fef4a0aa1e141d3a1f3193 authored almost 18 years ago by Ari Johnson <[email protected]>
This commit fixes all warnings (on my system). -Werror added for

debug builds. Hopefully this will not cause too much pain, but
rather increase code quality for t...

79b3875fc48d49e61ff6ef4ae2e5a452c507d2e6 authored almost 18 years ago by Per Inge Mathisen <[email protected]>
Set eol-style for files missing this.

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

929c4bf2abd2b8120d94b4be0869b5a68a98ad98 authored almost 18 years ago by Per Inge Mathisen <[email protected]>
Fix mixed line endings

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

9640c6a42d9a430865ef6f6bf4fe08f34ba53e4d authored almost 18 years ago by Per Inge Mathisen <[email protected]>
Attempt to fix mixed line endings.

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

714d15e7e8b6f7c35edf9a1909f0bc0cec83e232 authored almost 18 years ago by Per Inge Mathisen <[email protected]>
Cleanup of fractions.h

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

fa54b61973e3cb1da08ae92a7bf05e67f6f92946 authored almost 18 years ago by Per Inge Mathisen <[email protected]>
copied some code from branches/sound/lib/sound/decoding.cpp

This allows files to be decoded by OggVorbis directly through PHYSFS. Previously PHYSFS was used ...

3880422cbe733279ba2913ab94a957d18991bf21 authored almost 18 years ago by Giel van Schijndel <[email protected]>
* improve code readability (e.g. only keeping the `if (malloc(...) == NULL) handleError;` part, so as not to wrap all the rest of the code in a big (recursive) else block

* remove function `static void sound_SaveTrackData` because the operation it performs doesn't ju...

b73646d04b09764858998352f516fe61362bf005 authored almost 18 years ago by Giel van Schijndel <[email protected]>
Clean up pieclip.c, based on patch by Gerard Krol.

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

3a1d1a6069c2fc4c4d270fb95ed1c078bfd6d065 authored almost 18 years ago by Per Inge Mathisen <[email protected]>
Cleanup of textdraw.c, removing pie_DrawTextToSurface(), which was

redundant, as Gerard Krol reported.

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1135 4a...

85dbcef6af319bea66ff2e391de8cc4776fb45e0 authored almost 18 years ago by Per Inge Mathisen <[email protected]>
Some cleanup of piedraw.c (and more or less related fixes), includes

a reduction of duplication fix from Gerard Krol.

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

34ad7b89e9c59ceb11d0909752793973a9bb2884 authored almost 18 years ago by Per Inge Mathisen <[email protected]>
Smaller texture cleanup. Fix bug in debug log call parameters.

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

d68164d3af9fa6f3608441a389c2878f0ee74a30 authored almost 18 years ago by Per Inge Mathisen <[email protected]>
Small cleanup of texture loading and handling, removing unused

portions of the code.

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

9f16833e309d4e0214be691a1a51e267dff61bfb authored almost 18 years ago by Per Inge Mathisen <[email protected]>
Remove unused header

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

e0a80da628d75caffd37ff96d5e756882b841cbd authored almost 18 years ago by Per Inge Mathisen <[email protected]>
Remove excess conversion to lowercase of imd filenames and function

to do so.

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

f5b266c7225e3f4017cb8b5584167526ea2063b6 authored almost 18 years ago by Per Inge Mathisen <[email protected]>
Fix Makefile.raw too

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

1f88208c8c7cf5dff9a5f842a18406814306ce90 authored almost 18 years ago by Per Inge Mathisen <[email protected]>
Remove lib/ivis_common/bug.c|.h, containing unused logging

functions of dubious usefulness. The log calls are still
present, with protos in ivi.h, in case s...

b46d680987c0e2b01ba2803b4b58335a2e74b84a authored almost 18 years ago by Per Inge Mathisen <[email protected]>
Add fix for automake versions older than 2.59c. Also comment

out some excessively verbose warning levels added for debug
builds.

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

c81d240cab5a692a0e8b1da637ce7df593711413 authored almost 18 years ago by Per Inge Mathisen <[email protected]>
More case-fixes.

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

015f68d5c2f7606c352cc3633f207a5d348c0316 authored almost 18 years ago by Dennis Schridde <[email protected]>
Port of 1124 (filename-case fix)

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

f9e4c164bb12292d829c8beb1d64c0dab3c9e019 authored almost 18 years ago by Dennis Schridde <[email protected]>
Patch by Gerard Krol (as in message on <[email protected]> the dev mailing list)

* replace an awfully large amount of strange pointer usage (as struct members) with temporaries
...

a58ba2cffc4558e083583cf69ff8afb65368ec66 authored almost 18 years ago by Giel van Schijndel <[email protected]>
* fix to deal with command line inconsistencies between the Windows and GNU/Linux version of NSIS' makensis utility

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

d34898df168d5a39afa7b7a7ab7c43b217feacfd authored almost 18 years ago by Giel van Schijndel <[email protected]>
Use some more advanced Automake techniques like noinst_HEADERS. Changes partly autogenerated by KDevelop, so this should be compatible with Automake 1.6.

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

8a70df4064ca8f76738badec2f04b8b7598bd061 authored almost 18 years ago by Dennis Schridde <[email protected]>
Make the NSIS installer also contain ChangeLog and AUTHORS

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

1f468f9c46acd2fc1c4babac00e67e95a418b1e7 authored almost 18 years ago by Dennis Schridde <[email protected]>
Port of r1114 (buildsystem/installation improvements)

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

d80e06e2cdf309db2315f71dd8383b0fa6f7dd56 authored almost 18 years ago by Dennis Schridde <[email protected]>
Without -g no debug info at all is placed in the exe...

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

c557889c92cdf0842d8024fa8b62233b77070b4e authored almost 18 years ago by Dennis Schridde <[email protected]>
- fixed compilation of script functions consisting of a single return statement

- minor cleanups

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

cd70a9858806a16af0f959260c45f04e87743b54 authored almost 18 years ago by Roman C <[email protected]>
Fixed compilation on MSVC.

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

ac33b9f5dd869284b25549aee2088ddd00874270 authored almost 18 years ago by Roman C <[email protected]>
* get rid of lib/ivis_common/geo.h (only had one line, which effectively made it a symlink to another include file)

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

35de2b63f17fbf2b41ae2d9e96846c6a7d6facb6 authored almost 18 years ago by Giel van Schijndel <[email protected]>
* Fix unterminated string

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

f2e375f4851e175db53ed7be33d29d83f074ab13 authored almost 18 years ago by Giel van Schijndel <[email protected]>
Patch by Gerard Krol (as in message <[email protected]> on the dev mailing list)

Comment on it as by Gerard:
* This patch prevents a segfault when designing a droid on amd64.
...

77df8e4687bb8e62697f600729c0a2b4c62c36f9 authored almost 18 years ago by Giel van Schijndel <[email protected]>
- removed some ASSERSs doubling debug() error output

- when script runtime error occurs wz first outputs error information and then asserts, not vice ...

da3f1e25f8256936bcb1c6089a79c7549e39c039 authored almost 18 years ago by Roman C <[email protected]>
Don't enforce -g0 and -O2 and while we are at it remove the useless -g2, which is the default level of debugging.

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

db78168f8a8eecea009b2304f5059faad356046e authored almost 18 years ago by Dennis Schridde <[email protected]>
Update grim-mod descriptions as proposed by Christian Ohm.

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

f3b8fec4cef9239e1b4e24a30f6c279faf4ee4ca authored almost 18 years ago by Dennis Schridde <[email protected]>
Fixed script state saving and loading on big-endian machines

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

05bd724b1c6f7bb5d6cd0b3e8e92b6a89bcd5099 authored almost 18 years ago by Ari Johnson <[email protected]>
Fix building data/

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

7046437cf1eecf583e283de8945809109ed992bd authored almost 18 years ago by Dennis Schridde <[email protected]>
Make use of the script type compatibility table during compilation of vlo and slo files.

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

1ac2942948233222a5bf9c7cd9e4112fe55006ae authored almost 18 years ago by Roman C <[email protected]>
fix linker order:

* PHYSFS sometimes depends on libZ (e.g. when PHYSFS_close is called on an opened file, which it...

0fcfaebdd0ad2604677fea1b117651244c336b36 authored almost 18 years ago by Giel van Schijndel <[email protected]>
Patch by Gerard Krol:

replaces AND/OR macros with &&/||

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1089 4a71c...

f4c4c48dd2c567549b6686106ea18fd1d980ab7d authored almost 18 years ago by Roman C <[email protected]>
Scripting engine update:

-added script call stack trace output on script runtime error
-added STRUCTURE getTileStructure(I...

f13a111a5c7d7df50fe4752d7bc06f9985e664c5 authored almost 18 years ago by Roman C <[email protected]>
Improved backdrop-loading and don't delete a texture when it just needs to be replaced.

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

f105fad77935c669f1760c275f247189f3133457 authored almost 18 years ago by Dennis Schridde <[email protected]>
patch by Gerard as provided in message with ID <[email protected]>:

* fixes usage of negative array index

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1082 ...

991b9ceb129ed74cdf0ec77ef1660bd0c06e63c3 authored almost 18 years ago by Giel van Schijndel <[email protected]>
- Hack in PNG backdrop loader

- Add 2 new backdrops from Terminator (http://wz2100.net/forum/index.php?topic=109.0)
- Remove un...

977b2ee5583cd6df392d029d9aaf8c8766b09082 authored almost 18 years ago by Dennis Schridde <[email protected]>
Some more "invalid" filenames.

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

a67ea6589531a2316320d36bb4bc1ac30539b8e1 authored almost 18 years ago by Dennis Schridde <[email protected]>
SDL_framerate is not part of Warzone 2100, not licensed under the GPL, but instead under the LGPL and even comes with it's own header.

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

04359c9abced1f8db00a9485fc1ea239ce06c3d1 authored almost 18 years ago by Dennis Schridde <[email protected]>
Swap TEXT and DESC for english grim-mod item.

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

b353ec4593c429a816d7e8adf4d07905523ec2cd authored almost 18 years ago by Dennis Schridde <[email protected]>
Port of r1066

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

2b16cbd06b0cc656fbd50f9aedfae72bacf48093 authored almost 18 years ago by Dennis Schridde <[email protected]>
Move wrf file, too.

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

033b17664b1b3ed13f59f15d3af9f533aae8ef77 authored almost 18 years ago by Dennis Schridde <[email protected]>
Finalize move

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

70475bbd2f862aab4bd07598695001fa18b15d7a authored almost 18 years ago by Dennis Schridde <[email protected]>
Prepare move/merge from mp-patches

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

2f03fe911a244dc8cc0666e992712ae0d08e938b authored almost 18 years ago by Dennis Schridde <[email protected]>
Fix buildsystem in src/, was creating wrong _parser.c files.

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

ee337544f6a642e40b6a4281849306103d3858e0 authored almost 18 years ago by Dennis Schridde <[email protected]>
Added a directory to contain tools for Warzone 2100. (E.g. modelling/texturing stuff, some map editor maybe, etc.)

As per this discussion: http://wz2100.net/forum/index.php?topic=320.0

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

bd15126db0ba26b28a6e85e9ca7f004a1fbfe1c0 authored almost 18 years ago by Giel van Schijndel <[email protected]>
Fix ignorelib seperator and link to winmm and wsock32 for use with static libs.

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

93476b8fe463deaa05d51325410555212148a4dd authored almost 18 years ago by Dennis Schridde <[email protected]>
* Remove yet another set of unused (or empty) functions

* Remove an unused, local, function-variable
* Remove some file-global, static variables

git-s...

7250eff5b68ee95f8d6d0cdb1a4697324b25ee05 authored almost 18 years ago by Giel van Schijndel <[email protected]>
Fix some compiler warnings:

* remove some unused functions

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1049 4a71c87...

4def8b89badd6aa95c47a6b14617ec84a31fa44b authored almost 18 years ago by Giel van Schijndel <[email protected]>
Call CALL_NEWDROID script callback only if newly built droid was successfully placed on map.

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

7557531b1748c6d2c8f0dd81e81783e49422b2e2 authored almost 18 years ago by Roman C <[email protected]>
Endianized colors for vastly better big-endian version

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

26158abb0cfb6068c584105372d87a2980da9fc8 authored almost 18 years ago by Ari Johnson <[email protected]>
Fix to out-of-order statements in projectile.c to avoid crash

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

9f616f8f8c8ccb511c6f7eed578dcdbcf0f820af authored almost 18 years ago by Ari Johnson <[email protected]>
Fix to viewing area display on minimap

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

e964b6e6da05686bee93a9cc59eb991ef94b806e authored almost 18 years ago by Ari Johnson <[email protected]>
Modification 8 by Watermelon's bugfix patch:

* Changed establishTargetHeight in projectile.c to use pIMD rather than displayImd for structure...

7007b82fdbc14120a10ad0b0ed98385b3a7aade8 authored almost 18 years ago by Giel van Schijndel <[email protected]>
Improved code readability by Dennis' advice.

* First reverted changes of r1042, then modified the r1041 version to work according to Watermel...

2ff7b1acd58c2cad593d54587d6450882860a7a0 authored almost 18 years ago by Giel van Schijndel <[email protected]>
fixes disabling of utility droids' target updates

(according to Watermelon's comment in Message-ID: <ca0601900701280812hb171f24teec9907ff59af701@m...

05be814426d05b0e51b66b9a828d0aa7eb14e053 authored almost 18 years ago by Giel van Schijndel <[email protected]>
Modification 4 by Watermelon's bugfix patch:

* Fixed a bug which prevents the droids from removing 'died' targets for auxiliary weapons.
* G...

c72ef97cd8467b16fac6e837f9959a3bf0c2831f authored almost 18 years ago by Giel van Schijndel <[email protected]>
Fixed two endianness issues in saving/loading games

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

f347c62e6a51f573be11f0a15c8f78ec84888728 authored almost 18 years ago by Ari Johnson <[email protected]>
Port r1038 from branches/2.0

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

53ee7bc2d5b95b55631be1e37748aa671b30d414 authored almost 18 years ago by Dennis Schridde <[email protected]>
Bring r1035 to trunk + reorder frontend images in .wrf

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

952e060a60637c47d91eb50b51673860da16b107 authored almost 18 years ago by Dennis Schridde <[email protected]>
Fixes a bug which prevents the droids from removing 'died' targets for auxiliary weapons.

Patch by Watermelon.

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

be5ff91d08cfb5f557d1531a4d3669281419e686 authored almost 18 years ago by Per Inge Mathisen <[email protected]>
Unify the several different definitions of pi in the codebase. Now we use the

C macro M_PI (if available, or we will define it on our own in fractions.h).

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

3d6771a52107c8f3285c5b1f729a56b450f9063c authored almost 18 years ago by Per Inge Mathisen <[email protected]>
Setting skirmish difficulty slider to the far left (just before disabling AI) will completely disable skirmish gifts for this AI.

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

aa738f2a9e3e3f0834412e2c3afe52063a01c5ad authored almost 18 years ago by Roman C <[email protected]>
Fixed CALL_NEWDROID and CALL_STRUCTBUILT script callbacks.

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

4c3454e206dd87a9ebb7652029a41023ff41871c authored almost 18 years ago by Roman C <[email protected]>
Don't forget data on Debian, either.

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

a3ea02739b99f617d63a2f7f5dc4a9325152a462 authored almost 18 years ago by Dennis Schridde <[email protected]>
Fix data Makefile.

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

31f3b2c67acea21c451882e6895b3300af75585f authored almost 18 years ago by Dennis Schridde <[email protected]>
Don't forget to ship the data with the AutoPackage.

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

bf264111585568de48966e1156d909c5e32e7487 authored almost 18 years ago by Dennis Schridde <[email protected]>
- Finally Win98 compatible again!

- We apparently missed a contributor in the AUTHORS file...

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

73121112c9ff5199afe7a418b3af0d3d83bd1a5e authored almost 18 years ago by Dennis Schridde <[email protected]>
removed alGetError() error-check because an al* error couldn't be legally generated at this stage since no al* calls are made yet

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

731c145b752db0c3d689a9d9b9357a6a62238547 authored almost 18 years ago by Giel van Schijndel <[email protected]>
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1017 4a71c877-e1ca-e34f-864e-861f7616d084

5bcc7819accd2262d1efa9ce6e153c3ac805fe74 authored almost 18 years ago by Giel van Schijndel <[email protected]>
Add GPL notices to all sourcecode files.

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

49ceba75031af31a8abf07e5888529ccd473a72c authored almost 18 years ago by Dennis Schridde <[email protected]>
Updated Authors

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

537df742b2330c3f4d7afa814b8da3c68969452f authored almost 18 years ago by Dennis Schridde <[email protected]>
Fixed syntax error - missing semicolon on end of line

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

6a8b7424c919ece05664e5ef438895ee910799c0 authored almost 18 years ago by Ari Johnson <[email protected]>
Raw Makefiles: Compatibility fix for make versions < 3.81

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

0f0da23e467fc192a81f5c2fc3d921922d36513e authored almost 18 years ago by Dennis Schridde <[email protected]>
Proper include fix.

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

819277a878fbf927c27f0e57aafcb2a2fedbfc71 authored almost 18 years ago by Dennis Schridde <[email protected]>
Raw Makefiles: Forgotten support for mingw32 libaries

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

8636f63a4c913e250589d46016104673098c4f6b authored almost 18 years ago by Dennis Schridde <[email protected]>
Raw Makefiles:

- Check for MAKENSIS if INSTALLER is set
- Seperate windows-support from mingw32-support

git-sv...

52f1b21e241bed8caa5ca05ab7d47475dc9cc8fc authored almost 18 years ago by Dennis Schridde <[email protected]>
- Set Gamma in systemInitialize instead of loadConfig

- Load config before grabbing commandline parameters and save them right afterwards

git-svn-id:...

adee432d8e9cf22da920e4a716f65c73e7d12d52 authored almost 18 years ago by Dennis Schridde <[email protected]>
Remove the unused (unconfigurable) CD soundtrack code, since we now

anyway prepare to add our own, new music tracks to the game.

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

85767a6ae8965bf6151fcfb6377780e2e9ba04c9 authored about 18 years ago by Per Inge Mathisen <[email protected]>
While I am at it, remove some more dead code and set correct log flag.

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

a0c67a74c14f653dd21410b7bd619860811108f6 authored about 18 years ago by Per Inge Mathisen <[email protected]>
Fix autoconf build system that was broken in commit 994.

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

6856fab9de76b56aa845b86d52622daa747cd2f8 authored about 18 years ago by Per Inge Mathisen <[email protected]>
last commit only emptied lib/sound/mixer_stub.c

fix that by deleting it now

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

c3276dcf59f432b65c27fe53527a03b5e61ab2b9 authored about 18 years ago by Giel van Schijndel <[email protected]>
removed lib/sound/mixer_stub.c and all function calls to it (or more precisely the calls to its empty functions)

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

1591402b4ca6c36582577d632b436165d2c48242 authored about 18 years ago by Giel van Schijndel <[email protected]>
Fix Win98-without-IE5-fallback.

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

16d456837b27f2f4a1473422547e882b6e545bc2 authored about 18 years ago by Dennis Schridde <[email protected]>
Compatibility fix for Win98 without IE5.

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

324a35d1d9864ab008865f6be97257b48b7f1774 authored about 18 years ago by Dennis Schridde <[email protected]>