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

* Remove global var `static SDWORD g_iMaxSameSamples` from track.c which was only ever written to (not read from)

* Remove parameter `SDWORD iMaxSameSamples` from sound_Init who's value was only used to set g_i...

bc40797884c7e00685ab3d9cf8bfc73276093af9 authored over 17 years ago
Update Code::Blocks project to match:

* removal of bullet.h in r2060
* renaming of base.h, bulletdef.h and weapons.h to basedef.h, pr...

99be7db2f4957ba1a2686076458c5f9daf186699 authored over 17 years ago
* Fix column description id->volume (change copied from r2059 which was a patch by Martin Koller)

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

33a8ba3a186cb3723a6b04c40ace486ef90523a0 authored over 17 years ago
* #include "lib/sound/audio.h" in the implementation files that need it rather than in a header file which doesn't use it at all

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

6e23e99afcd373459d63f1bd505850710a4bf983 authored over 17 years ago
* Make all (I hope I didn't miss any) references to audio filenames lowercase (as all audio files themselves have a fully lowercase name)

* Fix two typos of wrong filenames (these two are not case mismatches) in audio_id.c (one used a...

b10e3169990c9cc291b5f6a0956e8315e7a601eb authored over 17 years ago
Another small cleanup to movement code

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

a8e813fbbd87c62c344baae14628d28cf44e5924 authored over 17 years ago
A bit cleanup to movement code, and sprinkle a few asserts to find the moveCalcTurn bug.

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

edf0a59a2eaa616429b0d83a3d316a90b9cf5ea8 authored over 17 years ago
Fix projectile crash. Iteration became screwed up sometimes when a projectile

object was free()d and its memory was overwritten before we had time to iterate
to the next objec...

bc383a6997ec43c3d97fc6445f4cf8b5d17efe2b authored over 17 years ago
Call the reference counting primitives when releasing objects. Ensure

that we take dead structures off the grid map immediately.

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

aa061810a506541d25ef777c7aba1abe440d7d6e authored over 17 years ago
Overwrite, instead of append, debug logfiles.

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

99cf7adee0d22350f355d91c6c42945fbab5c281 authored over 17 years ago
New .sta file format in plain text. This should fix problems people have had

with corrupted player name and such when mixing 2.0 and 2.1 versions, or old
and new versions of...

f94ff0ce9d3ad9baf680d39784b0b49b7a95595d authored over 17 years ago
Make sure projectiles are not assigned to dead targets. Some cleanup.

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

d079d6cf086c418ad1d91213fd35fbf36a709fe7 authored over 17 years ago
Fix targeting of dead objects when structures use commanders and counterbatteries for

targeting. Also fix some indentation.

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

d4cb4d289a237e64e5be2ebfcbafbbb5160a41f7 authored over 17 years ago
Use a linked list instead of a hash table to store the list of projectiles in play.

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

8315dedc2fc7e3f24552097263c74d1ce1faf7f3 authored over 17 years ago
Updated Xcode project file to reflect recent file renamings

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

d39a3ee15fae0a17a2dffaa303a6eb2567f13c91 authored over 17 years ago
Missed one include somehow in the commit

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

757ecb25c80fa672fb4fadeaa2d2648f0b53cdab authored over 17 years ago
Rename a few files for consistent naming. base.h -> basedef.h.

bulletdef.h -> projectiledef.h. weapons.h -> weapondef.h.

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

2e99433ad087516b69e7c4403c9c681c0a272013 authored over 17 years ago
Updated Xcode project file to reflect removal of bullet.h

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

39b863d72dbd1c710d522f37e2a208638a040743 authored over 17 years ago
Rename PROJ_OBJECT -> PROJECTILE and OBJ_BULLET -> OBJ_PROJECTILE for consistency

with other objects. To quickly adapt your patches and avoid conflict noise, run this
on the revi...

b69de0626440909815f9d24e03674892ff7a4595 authored over 17 years ago
Eliminate bullet.h

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

6f358cf600fc74f77117e53a22c621ed4bec17c5 authored over 17 years ago
Fix column description, id->volume. Patch by Martin Koller.

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

e8d00066e0f33440ead96833d64ca60ac1fb654e authored over 17 years ago
FILE_MAXCHAR -> MAX_PATH

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

e80e0d4ca61bf1ecbe3de8a6300a4ca38a471db0 authored over 17 years ago
-lz: PhysFS needs this, since sometimes it is not properly linked.

SDL_net.h: Where the SDL headers are not in a standard include path it sometimes seems to have pr...

aa9727615c4b4ed9b5472903dff9f58a8397093e authored over 17 years ago
Misc cleanups from ref count work

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

ace17002a8ab7f1d9f93394ecb7766963c35db5f authored over 17 years ago
One lib per line.

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

336130f53dccd26371833b45085d3e481e16a4e9 authored over 17 years ago
- pie_MAX_POINTS became pie_MAX_VERTICES and was increased to 768 from 512. (Grim's request.)

- pie_MAX_POLYS became pie_MAX_POLYGONS.
- pie_MAX_POLY_VERTS became pie_MAX_VERTICES_PER_POLYGON...

7c51ddbadcc55339ff7608b12fdfa6de1e9486af authored over 17 years ago
Fix Umlauts (and other characters) in strings (translation, input, etc).

Previously those displayed images instead of the appropriate letters.
This still doesn't allow fo...

41d3a2a0b07780e26e2ba54bf70d8d7c7efd2d42 authored over 17 years ago
Make sure hash table is re-initialized properly after closed

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

2063d578c3c1c3e28c50497fd3297dc9f1103215 authored over 17 years ago
Silence a Valgrind warning by not free()ing a NULL pointer

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

2de32d08bae9be5cd0536b8b8db72ab4d157995d authored over 17 years ago
Fix crash on starting cam2 where objects are released but animations that refer

to them are not. Bug looks like it has always been there, but hidden by old memory
management cod...

e2879a22064de50081773302a4de0d387d964f41 authored over 17 years ago
Fix bug introduced in struct multiweapon code of r857, which crashes the first

level of cam2 because the non-nullness of an array pointer is checked instead of
the non-nullness...

3cedbb58f523b8cd3782ebd7b84912526bdcc693 authored over 17 years ago
* Add dec130.h to the automake system

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

e8e75c81a2aea5277b0ca8a7f3ccbc62464b4e54 authored over 17 years ago
Update to Xcode project file to include dec130.h

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

dad009776a3a9517afe87269243192d694221fd8 authored over 17 years ago
* Move some variables into a more local scope

* Make use of the fact that FUNCTIONALITY is a union and work some casts away
* Turn some bitsh...

bd9977cf3d19ff633474e95bbb1ccc3d944f400b authored over 17 years ago
* Remove a futile check for error condition (psBuilding->psStructureType->numFuncs == 0) which can never occur unless errors occur while loading a stats file (and if they do, they should be detected by the code loading that file)

* Use calloc instead of malloc followed by memset(0) (calloc both allocates memory; and then set...

e531fb31fc008a33b5641118581ed4c7fdad2624 authored over 17 years ago
* Don't take guesses on what kind of struct is the largest; use a union instead so that the compiler can deal with that

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

b091d350e0d517416369bbeef78a96899eaaa660 authored over 17 years ago
Fix crash in campaign when saving a game where a repair structure has been destroyed.

Bug introduced in first reference count commit (r1995).

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

868b3594c8ee92433d4045c99373c53d5b1d0b18 authored over 17 years ago
* Change default of setting "ReopenBuildMenu" to true since this was the behaviour of the original Warzone AFAIK, and as such is probably expected by most people

* Remove commented out line which was an exact duplication of a line just below it

git-svn-id: ...

a437f1efe2de754e022599504b9f4173574fabd0 authored over 17 years ago
* Cast psObj->psDest to DROID, after determining (psObj->psDest->type == DROID) (This should prevent a compiler warning about incompatible pointer types)

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

d1e8dd2c5a9fa9e9338c13504542fb8629159826 authored over 17 years ago
Huge piece of cleanup:

* Make droidDamage and objectDamage accept a parameter `DROID_HIT_SIDE impactSide` instead of `i...

f17bcede9136d4bc3eed250904cea58e4ab72766 authored over 17 years ago
* Split an #ifdef EDIT_OPTIONS section to make sure sButInit's member variables are properly set

Patch by DrZimmerman

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

a12e3630e23e68e2004684153aa5e270bdb30d57 authored over 17 years ago
* Change the adpcm decoder to use a more object oriented approach (rather than global vars which would make decoding multiple streams impossible)

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

7b0625d4a73e24b0bb0869ae7d042897ad5e843e authored over 17 years ago
* Use an int16_t instead of a short, since this code quite obviously depends on these variables to have an exact size of 16 bits

* Put curly braces on a line of their own
* Use INT16_MAX and INT16_MIN instead of magic number...

fcf6f02015cf89145b0d4d8c8a8e89a9dcfce75e authored over 17 years ago
Huge piece of cleanup:

* Merge two large sequential if statements where the tested conditions where exactly the same
*...

d531d0a8094405af52ab99bdbe2d36968a0c0e7a authored over 17 years ago
* Rename some variables to more descriptive names

* Fix merged indentation of 4 spaces and tabs (even on the same line!!) by using tabs instead
*...

bd7d6ae12eb9ab375beab9c8ea3b7f5f1e6cf4c3 authored over 17 years ago
* Verify a target isn't dead before using it

Patch by Watermelon

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

d593fd7c17a060886f275b336ce6df9e77a7f503 authored over 17 years ago
* Use 'unsigned int' instead of a fixed-with type to store the width, height and depth of an image

* Change an assert(FALSE) into a more descriptively styled: !"text string"

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

ed62f3da96c28ce205aa9cd851c4226e495ae8ed authored over 17 years ago
* Convert back-slashes in paths to forward-slashes

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

b9f58a0e0b6df3a7b516a84d6d27f4a2cc19b55f authored over 17 years ago
* Add some assertions on unhandled/invalid BASE_OBJECT.type values to aid in debugging

* Add some whitespace to increase readability (empty lines between different case labels in swit...

37d7adb0e2e2b878ef728212fa2bb7d750c89f3a authored over 17 years ago
* Ignore another set of MSVC files

* Remove rather useless file d3dwrap.h
* Remove DLLEXPORT stuff

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

8947c63baf38f5b810d95606abfe200962f6485f authored over 17 years ago
* Rename class CFileParser to fileParser (I don't want no freakin MFC naming conventions: prefixing all class-names with a captital 'C')

* Don't use pointers to fileParser for functions where references are lots more appropriate
* M...

0a8c53b8a8fa8658a63cd9a3d4b7a76cdd42ea3f authored over 17 years ago
Add died checks to projectile visibility function. Patch by Watermelon.

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

073a4793c53d0fdeb4d8914a04c81d1edcae67e4 authored over 17 years ago
Fix off-by-one check in CHECK_DROID and CHECK_STRUCTURE macros. Patch by Watermelon.

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

bc7dabc521bfed71c630136a01214530944616ef authored over 17 years ago
* Fix forward declaration of OpenEditorFile

* Remove useless, and (luckily) unused default constructor from CFileParser
* Move initialisati...

eb898d0293c17deae996d02e36d8a57886f06d26 authored over 17 years ago
* Remove yet some more unused/unreferenced variables to reduce warning spam

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

f0d6c4d6b687b171ef366956f07f36a4416fd0dc authored over 17 years ago
* Remove some unused variables

* Use C++'s std::ifstream instead of stdio from C at some locations
* remove unused constructor...

d4d550f700c53f68298c0fbd67f6d05cdf003904 authored over 17 years ago
Fix crash that happens when transport is unloading units that have

invalid target references. This is an ugly fix for some very ugly code.

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

0c6b83c3ecf1ed18713fd0a0cd067397714f8a3c authored over 17 years ago
Remove excessive CHECK_DROID call in release droid function.

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

56579f0b7dd2b2ca25129e2955a14cb54dff8b98 authored over 17 years ago
Remove two excessive logging calls

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

cbada4698b3b86e2622305ba424740c45741b68a authored over 17 years ago
* Add GPL header

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

28152bd17f92291558667f935602e8559484abf9 authored over 17 years ago
* Remove empty file gatewaymapdefs.h

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

bae4d98dfaf6615f8f06e48051ae2f0ee0da7573 authored over 17 years ago
* Rename wrongly named file model.hpp to model.h

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

4b642cbdb70da3beeedb62a0dc9d0ac247780529 authored over 17 years ago
* Ignore yet another MSVC file

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

8192e5788e1186e31e4ab3fdb4f33883e1de0628 authored over 17 years ago
* Use a tab-stop location to line stuff properly out

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

cd5ada22631d17e12604c0afab0e5e2d329855cf authored over 17 years ago
* rename some files to lowercase filenames

* convert M$ Word documents into OpenDocument text documents (OpenOffice.org handles this perfec...

f0c12b8ae28ac91a3558cf287671cb00a0fec179 authored over 17 years ago
* Remove a whole bunch of other MSVC files which apparently are not necessary

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

49b672aad7ed0b7e3d396d52cfd60f6f6afcd6ec authored over 17 years ago
* Add tools/editworld/src/Debug to the ignore list since apparently this is MSVC's output directory

* Remove EditWorld.plg since this looks like a compilation report which we don't need in our rep...

a1b1ac1f16c8c0d842ca964620a5b99ceade1dd2 authored over 17 years ago
* Allow larger display bitdepths than 16bit

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

24e16176b83d45b8fcb5fe7f8a28ffc32ad321ef authored over 17 years ago
* Set mime-types and svn:eol-style on EditWorld's files

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

10a0d4be6ee9f3ec3849716bdda4885b5f5174a3 authored over 17 years ago
* Set bugtraq:url and bugtraq:logregex properties on some directories

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

6f1064ad0ee2b5ba3a11c26a3b36f24c85ae5121 authored over 17 years ago
* Revive EditWorld from the dead

* Give it a nicely oriented directory structure
* Rename all files in src/ (I hope I didn't mis...

345b1d6106391c24e8eba08cbab2fb72028babdf authored over 17 years ago
Fix assert when saving while transport is leaving the map

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

3a7777259828c4b23e8987d37c50d0c10366771b authored over 17 years ago
Fix crash and assert when transport is leaving map in campaign

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

51d982100eb9761323d7d59843bf41edfc4f6f15 authored over 17 years ago
Fix crashes in game loading code introduced by reference counting framework

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

289b0479f06ded5b2bf11849acb8737fe02dd3e2 authored over 17 years ago
Fix bug#9430

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

14fb2c9d3db3ff42c3657b22061fc9e668681f8e authored over 17 years ago
* Add "-Werror-implicit-function-declaration" to Code::Blocks project compile options

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

12c3d7855957ad1a1611ad63e300d7629704c110 authored over 17 years ago
Missed two cases of pointer references to objects being set in src/ai.c. Fixed!

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

4fa38ab9b654e4ebd2cb4b5ea350d76733d8de2f authored over 17 years ago
Cleanup

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

976c75191af6faa9c43f6fbe69a8795f839e89fe authored over 17 years ago
Remove scrvGetBaseObj

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

e06f29f87c8ea80bb998f96202a1ca852539000a authored over 17 years ago
Remove scrvLinkValues

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

49b1666441640a41d27dda1fdaf2cfc6779b2ea6 authored over 17 years ago
Implement the bulk API changes required for reference counting. Also fix some

missing checks for dead targets. Patch by me and Watermelon.

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

cd8cf1090b6d228d1b5b5d45b29443cb5bd37967 authored over 17 years ago
Optimize non-enabled calls to debug() by moving the if test before we do a function call.

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

64c9ca9ecdc971fe48ed4aac6b3a081f4db5bc9a authored over 17 years ago
Import ChangeLog for 2.0.7. Later versions will be added when they are released.

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

bfb3775e835e7ff0c648df172a8692092d57d335 authored over 17 years ago
displayBuffer -> fileLoadBuffer, original patch by vs2k5. displayBuffer was abused to load nearly everything.

Reuse FILE_LOAD_BUFFER_SIZE macro, which was abandoned before. (That's also why fileLoadBuffer is...

714bcc5924cba97a96d12efb1c6ca8381dd15d76 authored over 17 years ago
Fix for wrong type by vs2k5.

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

ae1bbe9894bdb2688ab960c93dea197fdeda0375 authored over 17 years ago
pie_export.py version 0.2, by kage:

as requested, it now provides a gui for setting the pie version -- you do this indirectly by sett...

c86c5aaa946e4473d55732291c01842275c0d8b1 authored over 17 years ago
Modify properties to match Per's "initial import"

Original revision 4:
svn:author = per
svn:date = 2005-11-19T19:12:57.694186Z
svn:log = Initial i...

dbb6fc9f9b55514aa55f48f123de0c7a18c32c1d authored over 17 years ago
Create final repository structure.

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

5ba7ddac6bb54a1b5f1e67a433ed8d866e191c50 authored over 17 years ago
Clear out entire repository for move of codebase from BerliOS to Gna! repository hosting.

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

d17e78a7130ec32580f03e788c460552f80d580a authored over 17 years ago
Remove unused network code

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

a4bf9eea4ea541fb4896b87d5191777bfb30d86c authored over 17 years ago
* Remove unused parameter char* DisplayBuffer from function pie_UploadDisplayBuffer (maybe we might as well remove this function altogether ?)

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

d55bd507c6ecb22f2f6130e054288943353b62cc authored over 17 years ago
* Remove non-static forward declarations from implementation file (they were duplicates of those in the header)

* Const correctness char* -> const char*
* Remove a futile debug statement after a goto label (...

7da9c0e9ed9432fc78345a44c000e544cb38aa65 authored over 17 years ago
* Drop another magic number; replace it by buttonX this represent the X coordinate of the left most buttons (the large buttons in the player/map/force/etc. selection menu in the multiplayer setup screen)

original patch by vs2k5 (to fix an incorrect X coordinate), modified by me to take care of the ma...

1f61b1918e9c42d0c49e7e08082c8555d3636574 authored over 17 years ago
* Make sure to check the died status of objects and set pointers to them to NULL if they're dead

* Treat objects that have there status set to died should be treated similar to NULL pointers to...

17e25433e0916d1eb849d8ec8740aacf4c34337c authored over 17 years ago
* make (save|load)MultiStats const correct (saveMultiStats: char* -> const char*), (loadMultiStats: const char* -> char*)

* remove some unused pointer typedefs LPtypename
* modify struct PLAYERSTATS to use uint32_t in...

225a70c1f15e2e9a063cc91fdf9254df837bfcbb authored over 17 years ago
* Decrypt data/multiplay/players/test.sta to comply with the removal of the encryption/decryption code from r1953

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

e9c31811d335b8b09d05bfebc381442b6f1b1b50 authored over 17 years ago
modify addMultiRequest:

* now takes two separate parameters; one for the search directory, and another for the file exte...

5efc662df10aa44aea028a64ed4c8f8e4a199f7a authored over 17 years ago
* prevent player name (in multiplayer games) from becoming an empty string

* const correctness char* -> const char*

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

ba4a019b9a460146a2f292d17feeeb2773de4ee0 authored over 17 years ago
* Remove unused (and sometimes empty) functions sound_SetSamplePan, sound_SetSampleVolAll, sound_GetMaxVolume, audio_GetMixVol, audio_Get3DVolume

* Remove global var g_i3DVolume and audio_Set3DVolume which would set its value since g_i3DVolum...

84a07b03a55f381c5f41df5b954de173fd5be7c1 authored over 17 years ago
Backport r1973: Verbose problem report for not found gdb or program.

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

28358cb9e373fe5c0deac32d81cade7149083bd0 authored over 17 years ago