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

- Include lib/gamelib in the includes list (audp_parser didn't compile anymore...)

- Use compiler_cc instead of custom compiler detection

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

4f63de35186d7e5cc671f218e9738fd2e1faab29 authored almost 18 years ago by Dennis Schridde <[email protected]>
-Rewrote scripting language manual and updated function listing

-Converted manual from .rtf to .htm

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1298 4a7...

83b2fdb540fe388bbda45290c920b35766e1e7d4 authored almost 18 years ago by Roman C <[email protected]>
Another buildsystem update:

- Do not modify CFLAGS inside automake Makefiles
- Add NEWS and INSTALL to comply with GNU standa...

410715659597625d7316f1ca4923fe9888767374 authored almost 18 years ago by Dennis Schridde <[email protected]>
Clean yacc headers properly

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

8c2c3c97a88a7305e6d92c47c2ef2fb4e778bcee authored almost 18 years ago by Dennis Schridde <[email protected]>
Backport (from branches/2.0):

- ChangeLog for 2.0.6
- Exception handler

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

6d5b7850c41de5d0b1a7a681634f7fbad1119ab0 authored almost 18 years ago by Dennis Schridde <[email protected]>
Oops, screwed up applying r1290. Broke the build by duplicating the whole function... This fixes it.

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

baf02b66dfcfb80b6c70574352b2308845e11bd2 authored almost 18 years ago by Gerard Krol <[email protected]>
Patch by Watermelon: C89 compliant(MSVC) and removed the 'BOOL same', in the function compare_edge in piedraw.c

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

01ec2ae42285e5cc810cfeef93465a37fcce470d authored almost 18 years ago by Gerard Krol <[email protected]>
Per's patch to use texture compression, modified to always specify generic compression (and let the driver decide which compression to use) and to

only compress the texure pages, and not backdrops and other textures. This this should give a fra...

2fe34ce6ccee092248f5844c630681075b3348fc authored almost 18 years ago by Gerard Krol <[email protected]>
* move audio_id.[ch] to lib/sound (because the soundlib depends on it, and libraries shouldn't depend on the main source, i.e. src/)

* further remove audio_GetIDFromStr from src/aud.c and rename audioID_GetIDFromStr (from audio_i...

d659136496179992c656f0b241075057a3690215 authored almost 18 years ago by Giel van Schijndel <[email protected]>
Warning fixes:

* NULL assignment to a non-pointer -> changed to assignment of 0
* remove unused variables
* r...

902400c774903c2608d7c010eaf5ee9f147e97cb authored almost 18 years ago by Giel van Schijndel <[email protected]>
Tweaks and optimisations for CPU usage. Tiles are no longer added to the bucket sort, and the size of the bucket array is made smaller. The maximum

number of simultaneous effects is down from 2500 to 500 (a big fight has about 200 effects). The ...

ee76f4ce102676d5852e865ebb6ebfdf1c9951bd authored almost 18 years ago by Gerard Krol <[email protected]>
Bugfix: the framerate was always set to 30. Setting it via the config file now actually works.

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

8479fe1dadb3bd08e2658fabe12828554c0025f3 authored almost 18 years ago by Gerard Krol <[email protected]>
New shadow code, easier on the fillrate of your graphics card, but uses

more cpu time. Buildings have static shadows, the shadows of
components/droids get recomputed ev...

a4c540f24a37522005f3f0efad395acde068fc27 authored almost 18 years ago by Gerard Krol <[email protected]>
Set executable bit, makes running the script a bit easier.

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

0289e2664f66dc6766159e79b292cbb1ac9636ec authored almost 18 years ago by Giel van Schijndel <[email protected]>
Oops, in r1273 the fog mode was not applied correcly when it was loaded from the config file instead of set by the user. This fixes it the way it

should have been done in the first place.

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

c6d06db292ad69b19c6bc6a97204adf5f346fed7 authored almost 18 years ago by Gerard Krol <[email protected]>
The distance fog (aka Mist) start and end is now dependent on the zoom level. This should greatly reduce the number of popping tiles that can be

seen.

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

9e3acc087c10efe9daea957ce8645411c21965fe authored almost 18 years ago by Gerard Krol <[email protected]>
* Initial upload of Python+JSON-RPC based lobby/master server.

I don't claim that this code is of outstanding quality >_>
It was, after all, just written as...

521a12a00d7cd821d9ac62183eb1c86448c38772 authored almost 18 years ago by Christian Vest Hansen <[email protected]>
Quick fix to make the game honour the selected fog mode in both singleplayer and multiplayer.

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

b5ffa39b9a2105a33c2fce25c99ee658c52c5d4c authored almost 18 years ago by Gerard Krol <[email protected]>
* Fix bug #8758 (misspelling of "Thermal Amour") changed this to the correct US spelling ("Thermal Armor") for consistency's sake rather than the correct UK spelling ("Thermal Armour")

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

575e5a1ac74125af2d5e6da49be02c0f232e65d6 authored almost 18 years ago by Giel van Schijndel <[email protected]>
Fix crash on empty or nonexistent config file.

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

6d4bbb8577d1b0341811b941b9eac49efb697991 authored almost 18 years ago by Gerard Krol <[email protected]>
set executable bit on debian/rules (special make script for the creation of debian packages)

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

354bf5255ec789aa08d1034aa19ec8513f9d712b authored almost 18 years ago by Giel van Schijndel <[email protected]>
Better comments

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

689c30ae7d9ebac647b25facf12142c06318e8d4 authored almost 18 years ago by Dennis Schridde <[email protected]>
Move weaponROF(WEAPON_STATS *psStat) from design.c to stats.c

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

8a2df06e166c66eea88210d4339707f70988849f authored almost 18 years ago by Gerard Krol <[email protected]>
The maximum weapon ROF that can be displayed by the design screen is now

(like all properties) determined on loading the stats file. A VTOL
weapon that reports a ROF of ...

95552bad1676346911108c74a9428c97de1d6328 authored almost 18 years ago by Gerard Krol <[email protected]>
More clean up of function and variable declarations in display code.

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

4cbf5789ea37295268878df968b285dddb2dee1c authored almost 18 years ago by Per Inge Mathisen <[email protected]>
Remove dead code from mapdisplay.c and clean up the function declarations in

display3d.c, making many static. Most unused functions marked WZ_DECL_UNUSED
rather than removed ...

ec4755b1811ba306df5e8ba0f09cc012d986fdfa 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@1258 4a71c877-e1ca-e34f-864e-861f7616d084

c0440f856156d28ec60231b6d59977bd578ed8c3 authored almost 18 years ago by Per Inge Mathisen <[email protected]>
Remove a ton of unused functions that were marked static and started to emit warnings.

A few were given WZ_DECL_UNUSED to silence warnings instead, since they are referenced
in not ye...

445aa74644bbe04398df294689328634dee6e205 authored almost 18 years ago by Per Inge Mathisen <[email protected]>
Remove lots of unused stuff from map.h

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

2a31399a6a27050aa031179f219416419a433820 authored almost 18 years ago by Per Inge Mathisen <[email protected]>
Small cleanup:

mark some char* vars and parameters as const.

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

f953bf03318599037ba8df72c8383089ea602ae1 authored almost 18 years ago by Stefan Huehner <[email protected]>
Code-cleanup:

- make a lot of functions static
- remove unused extern declarations
- fix one function declarati...

59843ec8a279eb66a7ed532bdae69045ee11d723 authored almost 18 years ago by Stefan Huehner <[email protected]>
Minor cleanup.

Remove some unsused vars,function,prototypes

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

57674e35456f2add5c236429db20e5e06deff7b4 authored almost 18 years ago by Stefan Huehner <[email protected]>
Fix indention and some minor cleanup...

Fixing type-punned pointers is difficult, especially with that HEAP_ALLOC function...

git-svn-i...

ca3b5909c87e6f8268f6979cda525abc93a427f1 authored almost 18 years ago by Dennis Schridde <[email protected]>
Remove strange usage of hash names in soundtrack code. I am not sure

why it worked, or, perhaps, why it still works. Take care ;-)

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

cfea4b4b3e4f0b717274143e2a8329c69231dd42 authored almost 18 years ago by Per Inge Mathisen <[email protected]>
Remove unused HASH_NAMES code.

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

6e21dbe85902e1206ec5bbc4884cc06c33994989 authored almost 18 years ago by Per Inge Mathisen <[email protected]>
Updated the CPU hungry radar only once in 10 frames, instead of twice per frame. Replaced a call to iV_PaletteNearestColour(255, 255, 255) with

PIE_TEXT_WHITE.

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

aec9db0a8f77ab693262d59f107fdb9bbccbaa1d authored almost 18 years ago by Gerard Krol <[email protected]>
Fix the strange case of a strresGetString call which is given a hash

string, but does not use hashes. I could not see that it is ever used,
but it must be wrong, so f...

5b503205acbe0d595df3d5195c829cb2b7137b98 authored almost 18 years ago by Per Inge Mathisen <[email protected]>
Minor warning fixes.

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

81507a85f6c576dd18e21cc85c0bd6e2eaeb3a87 authored almost 18 years ago by Gerard Krol <[email protected]>
Fix bug #8730, where we would crash because the game did not find

a texture to replace during game play. The problem is that the
texture counter is reset several ...

e3e1267e7d6beda44e6404b71734d3cdee8e7249 authored almost 18 years ago by Per Inge Mathisen <[email protected]>
- Replaced various vectors with Vector3i and Vector3f (idea by Watermelon)

- Vector3i from lib/ivis also used in lib/audio, maybe want to move it to some more generic pla...

2a74242eb3696622b2bf684bdf45ee2605767266 authored almost 18 years ago by Dennis Schridde <[email protected]>
Fix r1242

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

fb2b443b9a7d30997ae6a1654cc387e5a98b2520 authored almost 18 years ago by Dennis Schridde <[email protected]>
Fix warnings, and revert r1241 for effects.c (validatePie really needs a prototype at the top)

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

4465a061c159fe9dd0752c2b01f05732458b32e7 authored almost 18 years ago by Gerard Krol <[email protected]>
- Remove unused type from pietypes.h

- Replace iBool with BOOL where it was used
- Fix a warning in src/effects.c about validatePie be...

b7ccc234b35c76b0566717ffac36c6623647e92d authored almost 18 years ago by Dennis Schridde <[email protected]>
* update raw Makefiles to comply with r1239 (removal of lib/framework/mono.[ch])

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

4532534a8287579f84659de35007ba389992ed75 authored almost 18 years ago by Giel van Schijndel <[email protected]>
Remove the unreferenced mono.[ch] files from lib/framework

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

9cc26ea7199b541b37fcd9f6911a9dfbfef8cc1f authored almost 18 years ago by Gerard Krol <[email protected]>
Fix broken --enable-xxx

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

e293bf97a3b013b23c64c632ad7326f82e951abf authored almost 18 years ago by Dennis Schridde <[email protected]>
Documentation for the exceptionhandlers

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

63838c8b2a1a05cb6ed0d2e4d8f08efd7e9beb82 authored almost 18 years ago by Dennis Schridde <[email protected]>
Temporary workaround for the NULLDROID issue (bug#8723). Incl. asserts so debug builds can investigate.

Slightly modified wscript. config.h was probably not included in all sourcefiles: I got an assert...

9f7b5488e5d14790e68f7f4ec80e380af4899626 authored almost 18 years ago by Dennis Schridde <[email protected]>
Enhance gdmp with pointer size info.

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

332aae2402c59969444dc4129267324913268ca8 authored almost 18 years ago by Dennis Schridde <[email protected]>
Readability of code and usage examples for TILE_UNITS/TILE_SHIFT

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

5f98bde6d61cb2c2fdf12d63ec969f916427fc24 authored almost 18 years ago by Dennis Schridde <[email protected]>
- Backport r1228 (lib/script/script_parser.y, not initializing ppsLocalVarVal leads to segfault)

- Change some idention and whitespaces

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

7e12df4e35b719900f95b47ff5faca859fcb095d authored almost 18 years ago by Dennis Schridde <[email protected]>
Removed a strange __APPLE__ ifdef from stencil_one_pass(), and rewrote

the logic in there.
Hopefully this will fix the crash reported by Richie on the forums.

git-sv...

33936df7d9c58a00dd40f7ecba8de1b9d10e9f39 authored almost 18 years ago by Gerard Krol <[email protected]>
Enhanced POSIX signal handling using sigaction:

- Examine si_code where non default (SI_*) value are possible
- Output signal in style: "SIGNAL: ...

792cfe8bfafbfe52ded4d6e4f80e9a90928fd418 authored almost 18 years ago by Dennis Schridde <[email protected]>
- Tab-police

- Use Autoconf's internal variables for --with and --enable options
- Use AC_CANONICAL instead of...

ce55d9b457e4b592c7f3309b3582256b2148490c authored almost 18 years ago by Dennis Schridde <[email protected]>
- New macro: WZ_OS_POSIX (if _XOPEN_SOURCE >= 500)

- Added a bit more safety to WZ_DECL_UNUSED (not sure since which GCC version this exists, so cho...

62341e6aa4e500541802729ead7c6e9484988d0b authored almost 18 years ago by Dennis Schridde <[email protected]>
Fix the skybox corners moving downwards when rotating the camera with a

factory or research menu open.
menu.

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

feff0ef74d12e9815a881b5067f8842aabcbbf3e authored almost 18 years ago by Gerard Krol <[email protected]>
configure.ac:

- Whitespace changes to sync with branches/2.0
- Fix confusing --disable-data
ChangeLog:
- Import...

d11f5c3665d5c616d2397c6e26d999d8dc66d9e8 authored almost 18 years ago by Dennis Schridde <[email protected]>
Patch by Jessica: Fix compilation without MP3 support

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

b6fe2eb42bb56e5c986bcbc72e4f9ab8958a0c8b authored almost 18 years ago by Dennis Schridde <[email protected]>
- Force usage of ANSI string functions where possible

- Dismiss buffer and instead output directly

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

25aa89b723b1c4e8cd12d2e5d15910d4e12d9509 authored almost 18 years ago by Dennis Schridde <[email protected]>
- Move uname() out of signal handler

- Move programCommand into the Linux section as it is not needed on Windows
- Add some comments

...

2c18790798998ac33dcc87e06df1d7375021dd19 authored almost 18 years ago by Dennis Schridde <[email protected]>
- Indent formating of #if a little

- Don't call GDB if not available
- Use fork/pipe/exec properly (subprocess ends after exec, so d...

fd452e7b628b63ad3a6cc4a7439cdb073a38ab75 authored almost 18 years ago by Dennis Schridde <[email protected]>
Fix dangerous assumption that signals have the same number and

definition on all platforms by using a switch and some ifdefs.
Looks ugly but should be safer.

...

717a34c77fd5e54339cf56ef513fc48a1fa7e2cb authored almost 18 years ago by Per Inge Mathisen <[email protected]>
Reorder the CFLAGS assembly. Most flags are now added first

so that they can be overridden by the user, except -O0 for
some build types, which has to go last...

60555b640cbd808c9f8bb343beb45c2a02113c6c authored almost 18 years ago by Per Inge Mathisen <[email protected]>
Custom implementation of strsignal, which is a GNU extension.

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

749586b43e25214b1ab609d0d67568be8ada5e6e authored almost 18 years ago by Dennis Schridde <[email protected]>
Remove now unneeded binary blob reader.

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

66c65552e583fb46f4b27d26a2b7865f0baf7928 authored almost 18 years ago by Dennis Schridde <[email protected]>
Fix includes to make it compile again on my box.

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

1c9eee7f17e6055285e366d686b2077d07aff9b0 authored almost 18 years ago by Per Inge Mathisen <[email protected]>
If ${WZ_FLAGS} are to be able to override the default flags

(for example, -O2), it has to be *after* ${CFLAGS} when we
sum up compiler flags. Otherwise the s...

ff4dd8ed3de549f5aa6a8906cd08003777c8a995 authored almost 18 years ago by Per Inge Mathisen <[email protected]>
Use defines instead of hardcoded numbers.

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

6042e4031d7f3fc75524b28d8c7f0207b7018802 authored almost 18 years ago by Dennis Schridde <[email protected]>
Minor naming clarification.

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

44ee73eff29d636f9436bb6ab08fa49ea5a553b6 authored almost 18 years ago by Dennis Schridde <[email protected]>
Highly experimental GDB dump code.

Additional to the useless GLibC backtrace also try to attach GDB to the process and dump a backtr...

db534870439db4feb7875614f0129a4876ffee0c authored almost 18 years ago by Dennis Schridde <[email protected]>
Fix exceptionhandler:

- Handle OS differences better
- Clarify which headers in the Linux handler belong to which stand...

da62d665ab3ab2f56bc8f67750818be92ceaf9ab authored almost 18 years ago by Dennis Schridde <[email protected]>
Added a working CLEAR_BLACK to pie_ScreenFlip, and modified the videoLoop to always use CLEAR_BLACK. This fixes the fog coloured

(orange) backgrounds for the briefing "video's".

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

2ba3e856869ed1e391bcba7c9f791b962911a3c3 authored almost 18 years ago by Gerard Krol <[email protected]>
Remove now unneeded binary blob reader.

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

330fa3b3e5153c7010583a5cabff186324186c02 authored almost 18 years ago by Dennis Schridde <[email protected]>
POSIX signal handler now outputs a plaintext file.

It uses strlen(), which is not required to be signal safe, but I can't imagine it to be not reen...

bc50d5185d0a95997e02ed7701fcabbc022f44f1 authored almost 18 years ago by Dennis Schridde <[email protected]>
- Change signalHandler to use POSIX signal safe file functions

- Reorder read_gdmp output
- Added compilation date to gdmp
- Reordered gdmp values: sysInfo now ...

8cdad4a810edebbef1b0d21f7b09ffc59b9bbd36 authored almost 18 years ago by Dennis Schridde <[email protected]>
Apply patch #687 by Gerard Krol ( from file #2014 )

* prevents ${LIBS} variable from being overridden rather than appended to in the autoconf script...

1278d71894bd9bf430f277e282c54389ecbf8d54 authored almost 18 years ago by Giel van Schijndel <[email protected]>
Allow overriding CFLAGS via commandline parameters.

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

ae34883ec229f46f81d5a5e65b1f68bdf86f123c authored almost 18 years ago by Dennis Schridde <[email protected]>
Add --icondir and --applicationdir switches for finer control over installation.

Optimization needs to be taken care of. We currently overwrite whatever switch (-gX/-OX) is given...

ccbaba79cabe7cc0f71e02f184ac629a82c673d2 authored almost 18 years ago by Dennis Schridde <[email protected]>
Tool to read .gdmp files created on crashes of the Linux version.

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

b0a422c1ea66e93277c75ffe392267c1200c3f37 authored almost 18 years ago by Dennis Schridde <[email protected]>
Replace hard-coded map preview size of 512 with

BACKDROP_HACK_WIDTH and BACKDROP_HACK_HEIGHT for now.

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

ea50a9249c35042a3faee504b96e85cc4d10202c authored almost 18 years ago by Per Inge Mathisen <[email protected]>
Remove the unset, unused default backdrop.

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

b8deb3acdc2be433d0cd9908c944eaae4ea7319c authored almost 18 years ago by Per Inge Mathisen <[email protected]>
Remove more dead code

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

8927a832ac4427bec849869f0f183cb383ab4b53 authored almost 18 years ago by Per Inge Mathisen <[email protected]>
Add skybox. Patch by Gerard Krol. The maximum allowed camera tilt towards

the sky has been increased to allow easier view of the new skyline.

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

2a14556b60262af1902c610c4eb5aceeea3b3e10 authored almost 18 years ago by Per Inge Mathisen <[email protected]>
Backport of r1176 (exceptionhandler for MSVC)

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

3eb6467e36114a3a960422c1a3b81a816f11e0ef authored almost 18 years ago by Dennis Schridde <[email protected]>
Remove last "gamespy" related code, and stop reloading the config file

so often (we keep it in memory, after all).

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

94446216f2e6584de51d5bb6877f9aa5d6e87386 authored almost 18 years ago by Per Inge Mathisen <[email protected]>
Remove the "additive" option and related code, which did nothing.

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

e7a58327cc4fa3358bda64456469c1f2b984f8c5 authored almost 18 years ago by Per Inge Mathisen <[email protected]>
Remove usage of GNU extensions. (sighandler_t)

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

777c2a5f53cce9e3827188708001378043e2483a authored almost 18 years ago by Dennis Schridde <[email protected]>
Remove overzealous log call in previous commit.

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

a8ec143f3ef879085f45e5dc0f81ea6ca0e2042b authored almost 18 years ago by Per Inge Mathisen <[email protected]>
Add new debug log category 'fog', and remove more unused code.

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

d5b70b23848b5e17777cdd9815304d92953c0584 authored almost 18 years ago by Per Inge Mathisen <[email protected]>
Remove unused code, fix tabs. No behaviour changes.

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

a2c2035f6f60cca8124939185bcd1c0a5f423514 authored almost 18 years ago by Per Inge Mathisen <[email protected]>
Fixed saving and loading of script string variables.

NOTE: this will break old save games (at least skirmish ones).

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

b0218cad3e766712caddff72c0a5fb0c6822cbe4 authored almost 18 years ago by Roman C <[email protected]>
Adapt raw Makefiles to r1164

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

1f51cc65202e05aff63be538a3d447ac566b0998 authored almost 18 years ago by Dennis Schridde <[email protected]>
Port of r1164 (exception handler). (Remove dbghelp.h when it is included in MinGW W32API.)

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

d399a897a918b781b81497a36e8965afe3e6f57e authored almost 18 years ago by Dennis Schridde <[email protected]>
Changed signedness of some endian_* calls due to compiler warnings

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

19b2bb87c607affc7664da296f2ef5de71ea5da9 authored almost 18 years ago by Ari Johnson <[email protected]>
Clean up pie_DrawPoly, renaming it pie_DrawTexTriangle.

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

7e2ba186d8cb912dae594a440be960b984049232 authored almost 18 years ago by Per Inge Mathisen <[email protected]>
Remove silly pie_ROTATE_PROJECT macro

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

2b416b26dbd921f50ef1d710011cf26fe8c05067 authored almost 18 years ago by Per Inge Mathisen <[email protected]>
Clean up redundant copy&paste code. Patch by Gerard Krol with

some stylistic and extra changes by me.

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

daaac4b5e3905553b2d4a28d0e8efe4ee2f89fb5 authored almost 18 years ago by Per Inge Mathisen <[email protected]>
Fix audio for those who have none. Patch by Gerard Krol, who said

r1150 "made it return FALSE when sound is disabled. The attached
patch corrects this, and also re...

d434901a2177e1b52d05a02079ef4b4e5acc2ed6 authored almost 18 years ago by Per Inge Mathisen <[email protected]>
Add log message about maximum texture size, and error

checks for lack of double buffering and too small
texture support. Use --debug texture to see you...

255d2fe12e3d16f11496e205d30a5a43baea98f2 authored almost 18 years ago by Per Inge Mathisen <[email protected]>
Fix _DEBUG and remove bug.[ch] and ivis02.h

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

56704d708757b28114c8594435e44f33cf65a9dd authored almost 18 years ago by Dennis Schridde <[email protected]>