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 LC_MESSAGE for all systems missing it.

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

153f21f20d23bf894ae536f96454a30959b8b5cb authored almost 18 years ago
Revert to GNU gettext.h and move MSVC defines to the vcproj.

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

ac178aa3129406e2902bf3c9c8598eae6423611d authored almost 18 years ago
* use malloc instead of a variable sized array (is slower, requires more maintenance work, but is C89 and as such MSVC compatible, *sigh*)

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

825ac28558af2a9bcf9c3731110262baf3326f7f authored almost 18 years ago
Fix PNG code for MSVC (which doesn't support C99 variable sized arrays). Patch by v2k5.

Update AUTHORS

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

3eeaacbb0b88327435de55a4232e280de87043ad authored almost 18 years ago
Watermelon: projfix11a:

1. Fixed a bug (I made some parenthesis order mistakes, near predictX and predictY, which might c...

5c79953e184ed612222562af6aca0c903f25d744 authored almost 18 years ago
* Use a variable sized array for the scanline array

allocated on the stack instead of the heap, which usually is a lot faster => stack alloc = O(1),...

486ac3ed11245895778f57641e5e9619beb5171b authored almost 18 years ago
* When freeing global pointers set them to NULL (patch by vs2k5)

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

b45388b30a3d4dd79e5df1f7653357ffcde6e94e authored almost 18 years ago
Make sure that files added by the installer are also removed by the uninstaller (Authors.txt and ChangeLog.txt)

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

c3713f7cf5ed1be3d889711b9db3bc090bcabd65 authored almost 18 years ago
Correct Thomas' entry in the AUTHORS file and remove --enable-data (data is built automatically on install or on make -C data data if needed.)

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

e02cb3b864eaa8b8312fa83f6f1cc93940c2a665 authored almost 18 years ago
Fix bug#6700, Assault Gun Guard Towers had wrong names/stats. The fix for campaign might be wrong.

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

8050635b95055f9c969841e17ec329db3b3fd7d3 authored almost 18 years ago
Update authors

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

3b09befbaa73e7140bafc9130aa083f0be0108c5 authored almost 18 years ago
New masterserver by Gerard and Kamaze

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

2674023d77c02033d7d337c778e23582df0c7fc6 authored almost 18 years ago
- Fix masterserver disconnect (patch by Gerard)

- Show hostname:port on connection errors
- Make gameserver and masterserver port configurable (a...

49b314f6a27b8a0ef87e7146d031c61d5a3e05a7 authored almost 18 years ago
Add Grim to the authors list

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

d4f8ef1d55bf39973fe9c7c37e3908232951e29e authored almost 18 years ago
Bring back a comment that was removed a while ago

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

419d9215efde1ef6cbef46766f1f3458018d57ab authored almost 18 years ago
Remove accidentialy .pn image

Update to the last commit:
- Remove hard/soft pages
- Reorder file references in wrf files by pag...

2e6ae616116101d5166636ee03579518543b2525 authored almost 18 years ago
Several changes to texture loading:

- Be safer with stringlengths
- Create "page-123" texpages in pie_Pagename(). This code is needed...

6d55622b7590de36bdfe276da37225ac1c52433a authored almost 18 years ago
* Patch by vs2k5 to enable compiling on systems which don't define a gettext locale directory

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

0f1188f387e80793794804292c4beb96db9ab451 authored almost 18 years ago
* now "properly" apply fix for segfault caused by using png_destroy_read_struct to destroy a write_struct

* (r1502 had a NULL pointer to many passed in the argumentlist)

thanks to vs2k5 for this fix (s...

0ecf2cba49818c67cb9b6940ab2c007773b9bc56 authored almost 18 years ago
* Fix segfault caused by using the wrong destruction function

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

6bfe7bfa86e0325a050cc95565299a8c7648ddd5 authored almost 18 years ago
* if we malloc we should free!

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

68eaeab5f3f82c8e108271428a64e4f4e707cd66 authored almost 18 years ago
Cleanup

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

108e9ec935310c956d1d0febeb1ab4fff6b10562 authored almost 18 years ago
* Fix a segfault caused by dereferencing a NULL pointer when a resource has not been found

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

d844dbab9cfb98e6e1359c4743dc3676c575e950 authored almost 18 years ago
Xcode project now properly excludes unnecessary files from game data

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

fa6252d5eceaa6194621eeba0b1239d10468edd8 authored almost 18 years ago
Fix to #include order in r1496

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

c79ff3b3c4381f5498433a5e00b11ab8e99cee21 authored almost 18 years ago
_MACOSX_ -> WZ_OS_MAC

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

f6da22d739a13948d9e3efd77825acddf3a8cb43 authored almost 18 years ago
Added missing property list file

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

39f8131d38ffd8ccb770660b8d53068c43f68fc4 authored almost 18 years ago
Small documentation fix on MacOS xcodebuild command

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

314f371805a6ee43e650e847638cc878c9a3b850 authored almost 18 years ago
Re-added MacOS build readme file

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

af531c7ccbe24905532cff464ed53570e94a9921 authored almost 18 years ago
Converted MacOS port to use Xcode to produce a universal binary. Warzone

will henceforth require MacOS 10.4 "Tiger" to run.

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

91535c65964b13d450e61bd95be02ce9639f76a6 authored almost 18 years ago
+ updated Danish language translation to mirror recent additions

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

c1917ef076ef4d5c2fc8154ff62ceb9a86bf278d authored almost 18 years ago
* Remove support for decoding (and encoding in case of screenshot dump code) of JPEG pictures

* Remove some dead (commented out) & dirty code from multiint.c which used JPEG code (image_load...

aa9a5197946e5f48a4141ba927f06cc1e7ee0c56 authored almost 18 years ago
* Remove inclusion of <setjmp.h> which apparently libpng wants to include first (in <png.h>)

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

5756890d20d16c8055ea0044e679427d967adda5 authored almost 18 years ago
* Add PNG screenshot dumping code, when pressing F10 (with a default keymap) both a JPEG and PNG screendump will now be output

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

baa3dcbb2a42e58ecd48a04c8a9be5cd93a98f6e authored almost 18 years ago
MSVC makes a difference between headers and sources...

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

761fd8bfb217b75cd5305e3daf1a7c99412deb58 authored almost 18 years ago
* pcx.c: use size_t for memory buffer length (size_t is the appropiate type for this, unsigned int is not)

* change macro BUFFER_SIZE to static const JPEG_bufferSize (compiler will optimize this away)
*...

fd3324a9fefd8348c1c4d2a1a52672fed24901ab authored almost 18 years ago
* make PNGheader be explicitly unsigned (required for compilers that define 'char' as being signed)

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

c3683f64dd016c60a969467e0f9584537c880938 authored almost 18 years ago
* provide updated MSVC project (thanks to "Purple Monkey" for that: http://wz2100.net/forum/index.php?topic=597.msg4921#msg4921 )

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

cbf89c88d89ac806fcc30996fb64edb131f7c191 authored almost 18 years ago
* change pie_PNGLoadMem to pie_PNGLoadFile which (as the name suggests) now loads textures directly from PNG files (rather than memory buffers)

* change pie_ReloadTexPage to use files instead of memory buffers as well
* change data.c's res...

f49c5cbdd50d318be0ce8c9354e8537a7d1af511 authored almost 18 years ago
* make pie_PNGLoadMem play nice and take the buffer size as an argument rather than assuming it to be 10000000 (10 million)

* do the same with pie_ReloadTexPage which calls pie_PNGLoadMem
* char* -> const char* in tex.c...

7356aa1b9a1325285f445364cf062aeb0e142418 authored almost 18 years ago
* turn `integer overflow` debug message into an assert

* dump less information in the debug log if the assert is triggered (just "integer overflow; no ...

dcf4cb326390b0e71a24f4dce6bf87bc90277900 authored almost 18 years ago
* char* -> const char*

* make screen dumping code (screen shotstuff) more readable and friendly to edit (behaviour shou...

7527047316a77b7ae7c1b0d672ae0b7b15c4ce5b authored almost 18 years ago
Fix a bug introduced in r1469, which produced gaps where the buildings should be and made the terrain jump around. (display3d.c)

Additionaly:
- Cleanup indention
- Remove an unused, commented out function
- Make code a bit mor...

345581c9ac33240c8150f1e1a5bc772b5416130b authored almost 18 years ago
* Fix error from last commit where the wrong pointer was used

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

300f691b0be0592609a1b1f2b5d38f1e34e9e66f authored almost 18 years ago
* remove senseless use of malloc (we now statically allocate on the stack)

* remove goto, placed the "goto"-code in an inline function instead
* make pie_PNGLoadMem const...

09b08c15822dad76d8f5ab11b439f7e073bdd4d5 authored almost 18 years ago
Minor german translation update: ~60%

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

ba31124ecdd04c1e05b9d6ff38da274322de3431 authored almost 18 years ago
* some const correctness (char* -> const char*)

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

3c407e0972eb76c7883705356b03118bc3821d67 authored almost 18 years ago
* Apply patch #691 (fixes typos in names.txt and cam2strings.txt)

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

ae88cdbf7d0ae55962d83d4fd0b92a52b120673e authored almost 18 years ago
* Fix incorrect po-file for Dutch translation

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

1f405057ff824a4cb0a54c8e83380627208b08b2 authored almost 18 years ago
* remove MP3 decoding support

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

51347f365c9608923156c4a60dced8b500dd8c90 authored almost 18 years ago
* remove now unused functions for working with hashnames on audio tracks

* `make -C po update-po`

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

1d160dbfe09a92ea5de9aa9ed6afd8836dd3ea71 authored almost 18 years ago
* Fix bug #8938 (introduced in r1251) which occurred due to saving/loading functions of ST_SOUND being dissymmetric (save function stored the fileName, load function interpreted it as a UDWORD hash)

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

936205a9eebe7d9b9fd6cbea80e7218b5879b23a authored almost 18 years ago
Clean indention and make the code a little bit more readable.

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

5f87829d265c6fe4b012c5f60a2ed8c08d298188 authored almost 18 years ago
Add missing includes to quelch warnings.

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

a9f120adec938148c4b2c7850738731bc6773ca5 authored almost 18 years ago
* Fixed a segfault in the the code producing "research completeded"-messages (caused by wrongly assuming we wouldn't be fed a NULL pointer)

* Move that code out of the if-statement since the if-branch of that piece was exactly the same ...

237e809d218f9d3a4cbf7d32d6df24697ac0885a authored almost 18 years ago
* Fix inconsistent newlines and set svn:eol-style to native in lib/ and src/

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

f8c164fddedc7662fede6ee32c5e4fb3932998e0 authored almost 18 years ago
* fix by charon for segfault caused by not setting (non-static global) pointer to NULL after freeing it

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

e8617759062ef1fcbd57bde51f67a401847ca2e9 authored almost 18 years ago
* change some abuses of pointer-arithmatic (or pointer-magic in this case really) into array indexing

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

9beab0991797c182a2f55b233edf94be613a23fe authored almost 18 years ago
Simplify code, especially the prepending of the debug part.

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

585db5249ef80c02e558281da0d4ad6638f359b9 authored almost 18 years ago
Sorry for the magic number in the last commit...

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

53d9cc48e448e164c42ec5167f33f8f1e76b9332 authored almost 18 years ago
- Remove mem.h and references

- Fix possible illegal writes for research messages

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

d3408cec7b3b8d9905bc221af61cfc6d64403c88 authored almost 18 years ago
FREE->free, MALLOC->malloc (sed+review)

This patch will create crashes where the code expects FREE to set the pointer to NULL! (Those pro...

ce16856887f4300c53e20978392f39c2667a6475 authored almost 18 years ago
Passed wrong pointer...

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

2707ce0fd61152ae39bb51d269ec718d3d22fd1d authored almost 18 years ago
Show name of the finished research in the console.

Original patch by Watermelon (slightly modified).
Based on an idea by TheNoid and Kreuvf.

git-s...

91cf893778575395d1b35947fbebb33a31562706 authored almost 18 years ago
Make some more char* -> const char*

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

68da5a9613014340b4039b5aeeea7011d0a77a8f authored almost 18 years ago
Make some more char* -> const char*

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

34fd2afd1fcf85162087215699e6ce66466f035d authored almost 18 years ago
* change the direction of the AI player enabled check so that it will enable the bottom one if it is disabled (looks better)

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

a7119c1600c0d8d614b9e6fd073fe47d1588246f authored almost 18 years ago
Make some more char* -> const char*

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

c0a44c70e2b6400c075dbc3f17e2ef2d9c7fef5c authored almost 18 years ago
* Fix bug #8759 (in Skirmish mode it was possible to disable all AI players, we now check for that and make sure that at least one AI player is always available in Skirmish)

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

216eb52e3c88a4afbd09b494d2b968dfb11e92b0 authored almost 18 years ago
* Add a rudimentary Latin translation

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

0b359cf30b891f6d9728ff393b433aaf85240720 authored almost 18 years ago
* move a lot of multiplayer strings out of the string resource system into sources (with gettext markup)

* `make -C po update-po`
* provide some translations for the Dutch translation

git-svn-id: svn...

50f7a4a019aebb293881b7b9738c766ac74f84b3 authored almost 18 years ago
- svn:eol-style for .po files

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

80d32d6c55e17d300f727a4cd2f4f5f6d5601eae authored almost 18 years ago
* Fix segfault which occurred when loading up any skirmish savegame

- segfault occurred in map_Height(UDWORD x, UDWORD y) (map.c) when called by addLandingLights (...

a4a14cd90e1cb782b70e2ba146dae30b322e3690 authored almost 18 years ago
Properly discard the return value of textdomain()/bindtextdomain().

Not doing this leads to a "statement with no effect" warning in case NLS is disabled.

git-svn-i...

7b9257c9495a8f8a5f2798a9e0567802913e154b authored almost 18 years ago
Cleanup:

* AUDIO_SAMPLE
* remove unused variable iLoops from the struct
* rename bRemove to the more ...

c028586ee430dfce65eeee2034bf8c8b9bf2b592 authored almost 18 years ago
* move some pieces of gettext.h into the conditional `#if ENABLE_NLS` and provide dummies for them if NLS is disabled (the #else part of the definition), without this compiling with NLS disabled is impossible

* remove ptrlist.c from lib/gamelib/Makefile.raw
* some modifications of char* -> const char*
...

6671750da044464424efc1d8e5d845d3d62ca892 authored almost 18 years ago
Of course we need to leave room for ".png\0"...

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

e8da218797c8e950a7664f90b89e30709cddd1d8 authored almost 18 years ago
- Fix a possible invalid write caused by writing up to 80 chars into a 64 char array.

The texture file in PIE files can now be up to MAX_PATH chars long.
- Find the reason for WZ dis...

3cdae4332f0f02ed2e264f9ec4262b4c4e8e05c1 authored almost 18 years ago
- Remove lots of inclusions of windows.h (and move inclusion of frame.h up)

- Remove "-%token <sval> TEXT" from audp_parser.y since it clashed with declarations in MinGW's W...

25aa853f2970cd80f423a6370f53da0ffabec243 authored almost 18 years ago
* remove ^wrong^ rank translation of "Green" from Dutch translation (looks to much like translation for "Rookie")

* revert changes to po/Makefile.in.in from r1417
* add some makevars to raw makefile system
* ...

79b8983220715375f0081a5e762e02d7bfcbdabd authored almost 18 years ago
Remove AM_GNU_GETTEXT_VERSION since that was only used by autopoint.

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

0bba8687ee1475ed64e506fc6110afa5d09db86b authored almost 18 years ago
remove buildpos.c and buildpos.h which are completely

enclosed by comments and have been since r1 (Initial Version)

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

796eb23f27b5fdc6a716d7ba1719f405687a5be4 authored almost 18 years ago
remove forward declarations from source file which are

picked up from corresponding header.

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

932ecd9f05fff8e0348e6963162bcb2a6166f0aa authored almost 18 years ago
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1432 4a71c877-e1ca-e34f-864e-861f7616d084

fd1ed75a3b85b2d69dcd117c0ce11f5544955e83 authored almost 18 years ago
Remove references to already removed header files

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

aa1cb2ec14699db6a437e5bf7907b560cf261e29 authored almost 18 years ago
Update Makefile.raw after ani.c removal

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

00286d398b9d633c5de2be64bf0a674bfd9cb70f authored almost 18 years ago
inline the only function from ani.c in its only user (init.c) and remove

ani.c and ani.c altogether

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

f33eeb14130b58d1f103121f7b2f0bcfb191cb83 authored almost 18 years ago
Remove the unused ptrlist implementation from gamelib

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

e40142efcb40fd05799bcccd40176da7dc1d34e9 authored almost 18 years ago
Remove 2 unused function declarations

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

58869ba54da59af339102144270065e858d4a5c1 authored almost 18 years ago
Require gettext 0.15 here, too.

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

697ccff2b6174ff1bc37f5521b818640cbff5947 authored almost 18 years ago
The powercrypt module prevented cheating power-value

in ram by storing a encrypted value and checking against
this.
It not of use anymore as the clien...

72e455e1a55ddd042ce1d364f49147bcd7946714 authored almost 18 years ago
Remove an unused define UNITS_PER_PLAYER

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

61622e29e427182e984107b3d5d088cde46e97b0 authored almost 18 years ago
Use pgettext instead of a custom implementation.

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

751e6c44f7f5221f44d7a988e70e222ab475211e authored almost 18 years ago
remove aidef.h header and its references, as the only

user was in a comment

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

a641ac9381ab3ec4aec7efbe0c5a6e5e45251136 authored almost 18 years ago
Code-Cleanup: remove a lot of type,function,variable

declarations/definitions which are not used anywhere.

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

9eda7db8a13772d90c6992edee51bdb9eb7a79fd authored almost 18 years ago
* revert changes of r1418 to droid.c and multiplay.c ( N_ macro was removed )

* since gettext_noop is always defined, remove the conditional definition of N_ which checks whe...

c0fd40ff199a74442f3c82404336314177829659 authored almost 18 years ago
Add registry_clear() to declarations, as it is exported

and used by other code.

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

4d88263c9bd0083c0c6a3c1407696b18fed7b6ef authored almost 18 years ago
Cleanup

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

3c6c7b5b5152229da1e1f7cb5ee6e78d399993c7 authored almost 18 years ago
* fix two warnings in exceptionhandler.c

* add Q_ and Qn_ gettext macros (copied from Freeciv: GPL)
* remove hack for ambiguous translat...

79d4169bcdbd5e129e5b0f1ef0d4c3f7c0febbd2 authored almost 18 years ago
Ressurect -Wno-unused-label. Reorganize string.h includes so that

_GNU_SOURCE can take effect first, to silence stpcpy() warnings from
bison generated code.

git...

96cb7cafc5155c0ec823a1f044da82ed3af47349 authored almost 18 years ago