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

Use secure version of snprintf on Windows (_snprintf_s).

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

1811aa0cdb7bb519b5c68a9f014ec1d30cf29d8f authored over 17 years ago
* Replace a lot of strncat(dst, src, sizeof(dst) - strlen(dst) - 1) calls with the less bloated strlcat(dst, src, sizeof(dst)) form

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

bd37e62cb247c8a8987b6c7cb0cd5382a24922f2 authored over 17 years ago
* Fix a bug introduced in r2635 where we would only be able to enter one character as chat message

* This was the result from the fact that snprintf apparently deals differently than sprintf wi...

86328025d2b524ad5d59626e6cdeb558feb7e842 authored over 17 years ago
* Rename pLevelName to aLevelName (hungarian notation is a pain. Especially when it's wrong!)

* Get rid of several magic numbers
* Some const correctness
* Replace a huge amount of strcpy(...

6b4cba170023da2389d5fcaffc41df1eec58c85c authored over 17 years ago
Clean up LOG_3D

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

94421b5b563fbfbe965f0c688940f7e0d81f2698 authored over 17 years ago
Clean up RPL reader, removing static memory buffer once RPL file is closed. Closes bug #10206.

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

9d5f31cbdd04ca808882f13fb235e839cd872714 authored over 17 years ago
Add missing braces after conditionals. Please follow proper coding style :-)

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

35bd80b4265b77634cf311260e17fefc747d6997 authored over 17 years ago
Try to work around QuesoGLC bug that makes Warzone hang on chat output. Fixes bug #10202.

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

8885cb207cbe66e6374514a10cd42cc7076138ef authored over 17 years ago
Fix use of uninitialized variables.

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

27fe14629b12730b32bc6d7adbd2eb8877d32291 authored over 17 years ago
Fix bad printf parameter. Do not cast to short when telling printf you are using int!

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

3ebaa02deacbdc147f4130ab6e86228aaf8c8f7a authored over 17 years ago
* Add file strlfuncs.h; this file contains an inline implementation of strlcpy and strlcat (safer variants of strncpy and strncat respectively)

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

673812b2a4b00376860b1e9d6d06ab52fc8c36bd authored over 17 years ago
Windows MiniDumper: resultMessage is always null-terminated and MessageBox is always shown. => Move out of ifs.

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

20bc25c107255d86e76fd5e95f29fc183c14b89e authored over 17 years ago
Dump used compiler and version, too.

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

a923b6a000eac17ea177fec54f34dabfdd7e220b authored over 17 years ago
* Modify function QuerySvn such that we take advantage of std::string's interface rather than using low-level (i.e. character-level) string manipulations (e.g. remove a whole chunk at the end of a string rather than a separate character every time)

* Allow the #definition of SVN_AUTOREVISION_STATIC before #include AutoRevision's output file
...

ac60bfc81f583c7bef72deb211a822fa826e74e3 authored over 17 years ago
- Use AC_SUBST to define pkg-config style xxx_LIBS variables

- Don't define LIBS anymore, use LDADD instead to add the required xxx_LIBS (useful for tools whi...

e8f6c5a90ffaf8defada45237a6fcd4b11c0eca9 authored over 17 years ago
* Enable NLS (Native Language Support) when compiling with Code::Blocks

* Link against libintl
* #define ENABLE_NLS

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

5707e8ed997e955805524441fc9f42c591ec9951 authored over 17 years ago
* Add AutoRevision to Code::Blocks project file

* Utilize AutoRevision to create src/autorevision.h when building (pre-build step)

git-svn-id...

b26a6107600db15099932edb323a1f36dfb0e3dd authored over 17 years ago
Change user config directory to ~/.warzone2100-2.1 on linux and "Warzone 2100 2.1" on Mac/Windows.

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

820d57269677d0913180fd2246313203180efaea authored over 17 years ago
Clean up component.c and remove two unused key mappings

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

40170a90ce83b4d5b9c2ed59111672cb9e106e1a authored over 17 years ago
* Replace a _lot_ of strcpy(), strcat() and sprintf() calls with the safer strncpy(), strncat() and snprintf() respectively

* Refactor NETlogEntry() to use the array of strings (packetname[]) instead of a large switch-st...

e06c186bd6e9f1d61c839ddfb3cc8a5ed9097902 authored over 17 years ago
* Remove __FILE__ prefix in debug() call as debug() apparently adds __FILE__ already (noted by Per)

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

3446fb2b87da2456df5e2c316421bf86186c9122 authored over 17 years ago
* Check malloc's return value

* Don't perform assertions on the content of uninitialized memory, it's useless and annoying whe...

329c6637d8a1dc05e5f3d3d32f8a00522458ecc9 authored over 17 years ago
* Fix a rather large memory leak as reported in bug #10190

* In this bug-report calling free() twice (once on psRes->aID then on psRes) was proposed
*...

e6827605e24bb50fd387070ec0e0fb282912a87d authored over 17 years ago
* Initialize PhysicsFS before using it

NOTE: PieToaster ''should'' compile, link and run on GNU/Linux systems right now (it does for me...

870a53664649d4cd826a2446259a3078d92bf1df authored over 17 years ago
* #include <stdint.h> where we need it

* Use proper constness in main() to shut up gcc warning about wrong constness

git-svn-id: svn+...

498959f9bbbddf54d64a250bea92ac43ffc4da3c authored over 17 years ago
* Replace usage of SDL types Uint* and Sint* for usage of standard C types uint*_t and int*_t respectively

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

5a91f73056861650e530557ddef482c9ed960c3d authored over 17 years ago
* Use "rm -f" to shut up the darn warning messages if several of the to-delete files don't exist while cleaning

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

62f1be11f1248748f61c129f81f01ef0f6f0f5b6 authored over 17 years ago
* Lets use the built-in bool-type instead of a dirty macro!

* replace [Bb][Oo][Oo][Ll] with bool
* replace TRUE with true
* replace FALSE with false...

579e952cb8e659c5c23f0a3bd8ba1d9cfa291b5f authored over 17 years ago
* Replace all instances of ''_snprintf'' with ''snprintf''

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

8cd7f8fd5bd739eaccde63b675a1177ff20575be authored over 17 years ago
* Fix #include directives so compiling becomes yet a bit closer to possible

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

3344b5b01cc2db945cfe92ef8ca8d3b0c1805611 authored over 17 years ago
* Add a ''very'' simple Makefile for compiling PieToaster

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

0bb24b12c2498f95582e5df34a54f35f6810b2d1 authored over 17 years ago
* set svn:keywords

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

b2a7dd13476bf3888b01008e45563b5dce87bb30 authored over 17 years ago
* Link PieToaster's sources to the repository history

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

c6392febca62e519ba2578f4f83b80657a7880b6 authored over 17 years ago
* Add initial version of PieToaster

* Developed by Carl Hee <Watermelon>
* Licensed under the conditions of the GPLv3

git-svn...

26a1f19cfe6e2c4c1efb7110e1a25e1e508c99db authored over 17 years ago
Beginnings of a new savegame format. Each time you save, a new file with the

extension .wzs is added to your savegame directory. This is the new world.

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

dd4898fe2f266059423ca42184b108091694a2ad authored over 17 years ago
* Add lib/framework/tagfile.[ch] to MSVC project file ( this addresses part of bug #10190 )

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

6f0ebde13eb37ddbada8584fc92f141a87e10f73 authored over 17 years ago
Also add definition used in unit test for tagfile bools.

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

45988bd322dd908042c54d9762b08dde85b779c5 authored over 17 years ago
Add write and read methods for bools to tagfile framework. Remove enum write macro.

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

6cf0e01f0b20a359f6785994052743008c062175 authored over 17 years ago
Dump dead code

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

76031cd1730726219406a42563ff47babfc492ab authored over 17 years ago
Add new debug tag LOG_MAP

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

9ec705bd9c45b4f96fabbcc6cc1e2658975c44ab authored over 17 years ago
Remove dead code in warcam.c and make camera global static.

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

4b3f1a4850d497ff61e3e996dcf12f8c25c50ea8 authored over 17 years ago
* Don't (re)initialize the text render module upon calling iV_Reset() anymore

* Remove iV_Reset() call from src/levels.c which is there only to prevent a crash caused by the ...

95caee7a1f61634ba35bd6259f1e89acc0df03b5 authored over 17 years ago
Found a version of the STATIC_ASSERT which also works in global scope.

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

d5601ebc9130ee7e5f88413d4364d7f63262f07d authored over 17 years ago
No longer any need to call iV_Reset() every time a MP game is load to avoid

a crash bug in the old font code.

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

3e04847d4d82c27ad5a9cac0ac1341236e15204c authored over 17 years ago
Silence asserts going off on working separator tags in tagfile code.

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

ffc1f75aac201b165944ba5e4e93ee4fa4c7fb6a authored over 17 years ago
* Add lib/framework/tagfile.[ch] to Code::Blocks projectfile

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

ec353ec18270ba56ff90c811d6498223c822a5ef authored over 17 years ago
Fix some mistakes and remove debug printfs from tagfile code.

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

3bd357ed08bd53df83e50863cbe6be9cb69740d4 authored over 17 years ago
Add the tagfile framework that we will use for our new savegame format, and related

unit tests. First sketch of new defined savegame format in tagfile_map.def.

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

c9b25c57382af2c3296cc7b828948a76cb783137 authored over 17 years ago
* Set svn:eol-style to native

* Set svn:mime-type to text/x-rst to get Wiki-like markup in Python-powered viewers
* Make the ...

09fbe980c0e2e05b4f7a3b0364e99bff0fe84f29 authored over 17 years ago
* Make some EditWorld documents be valid reStructured Text

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

eef217fc4a80891a67f0b0157a2e21632fcc7c6f authored over 17 years ago
* Revert r2581, as aparently r2580 _did_ work well (I just needed python-docutils installed)

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

e2b59e8dc10b77085d7621daece7c7ee39531f4d authored over 17 years ago
* Set svn:mime-type to text/x-trac-wiki to get Wiki-like markup in Trac (r2580 didn't work very well)

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

f76a7bbcb6a9e72e7a0d16c0c6fe95b60a375c3f authored over 17 years ago
* Set svn:mime-type to text/x-rst to get Wiki-like markup in Python-powered viewers

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

03629c04ab9c5b8d53c7d0d99ef50c8cd7b2677d authored over 17 years ago
* Add building of Autorevision to the automake build-system

* Make the automake build-system use Autorevision to produce src/autorevision.h
* Add it to t...

9c3db2f6e62e3110682e7fdce1aff9058308bc39 authored over 17 years ago
Autorevision:

* Make function WriteOutput const-correct
* Mark global variables static
* Add commandline opt...

ae8c4b6d2f81bd2408884368f1855b55d51807d3 authored over 17 years ago
Autorevision:

* Use C++ iostreams for output as well as input (which was already being used)

git-svn-id: svn...

355c7a6b0bf4f826576efb833bb52b98ffd18fcf authored over 17 years ago
* Use revision 3545 (in the Code::Blocks repository) of autorevision instead; it doesn't depend on TinyXML

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

4849d5bf94470ad6302a65c495bb72dff776e4b1 authored over 17 years ago
* Add a build-time tool "autorevision", which I copied from the Code::Blocks project (GPLv2+)

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

2ebe3ddc28724c64036dfe21683237df0cbbd2ed authored over 17 years ago
Install the scriptingmanual as well.

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

682e4a0f380227fddab803f4b2ce27fdd3c89762 authored over 17 years ago
* Add docs/ directory to automake tree;

* make sure that it's contents are installed as docs when --install-data is used

git-svn-id:...

1f78a7fcefdf1fbaf94f0f23007a7b53601a4c26 authored over 17 years ago
No longer store the tall object bit for each tile; instead check the height of the

object on the tile directly.

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

c7d48047d7c550d562ee094a0733e4d219abac63 authored over 17 years ago
Move some variables into local scope and rename shadow variable.

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

4483a740ae9e1b5dcf9120ffe6e5c6876eba511d authored over 17 years ago
* Fix version number for 2.0.8 RC1 in Debian changelog

* version numbers aren't allowed to contain undersquores ('_') within Debian's package system
...

718614cb0d89b63b9294a493bd5b9141a15f78d1 authored over 17 years ago
* Add SQL Queries extracted from the M$ Access DB as provided in the original source tree

This addresses #2 ( https://trac.mortis.eu/warzone/ticket/2 )

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

bcd84497bd28aa322d0dbf5c34879b42817c55a4 authored over 17 years ago
* Make sure autoconf/the configure script only goes into cross-compiling mode when we're actually compiling for another platform

* Add autoconf, automake and pkg-config to the Build-Dependencies
* Alphabetically re-order the...

22b6562f3f01d1d13438894cdeb4575c0e55f2aa authored over 17 years ago
* Add note about Debian RFP (Request For Packaging) for QuesoGLC to TODO list

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

0d18dc6f866c1011f669321503e6af756f5fc19b authored over 17 years ago
* Add an additional Debian version for the development branch

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

b368e403b7998406bb5ebef0f34fd9e43d66f659 authored over 17 years ago
Backport some stuff for the Debian package dir:

* r1839 from trunk to 2.0:
* Update Debian changelog file
* r1930 from 2.0 to trunk:
* Bu...

767802902a3124e526c08e173db915ad7677b183 authored over 17 years ago
Make AIs being able to save visibility state of the map (for of war) and restore it on game start up.

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

2cb3db4fa93c07a3c7a3e46c56d9cf419b800d7f authored over 17 years ago
Nullterminate correct string. Reported in bug#10165.

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

c5067683e5150436279ab4701ca47a6d4fa04c98 authored over 17 years ago
Set filtering to best possible, let me know if additional problems are seen now.

I can no longer reproduce any artifacts on my box, which is odd.

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

3597192e3ac92206439b4f2a1deecdc3cc22f204 authored over 17 years ago
Spelling mistake

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

eff43d1fa186e44ef05f12d2100dccf4a72f729a authored over 17 years ago
Giel wants this to be commented...

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

8151788f142c37254c46904fd1a561b7bbfc2b7a authored over 17 years ago
Add back linear magnification filtering (enough testing now, we know the issues).

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

750646efe013c2461c0aa59fba57333aa6a49065 authored over 17 years ago
Proper fix for ICC warning "argument is incompatible with corresponding format string conversion".

The fix which silenced the warning in r2550 was wrong.

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

ceb1a432bce63ec6862a91220dcb64a48ce1a00b authored over 17 years ago
Move AC_PROG_CC_STDC for cleaner flow / simpler structure.

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

c812691bb8655d59f16345e170fd10dd989ff2ed authored over 17 years ago
* Use autoconf macro AC_PROG_CC_STDC instead of manually appending -std=c99 to our CFLAGS

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

c8052e9d1b474d51953b62c14eb92d2ae96d1493 authored over 17 years ago
More work on the ICC front:

- Less strict warnings in debug-mode (still unusable, because ICC warns about _a lot_)
- Explicit...

c7b00fadaf34652e91db312486ed1141dc5d8b24 authored over 17 years ago
There were more "a class=" anchors...

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

c361b89dfa3c0a89a042fa4072cdcffb28477b4e authored over 17 years ago
Correct anchors to use ids, so that ...#id works.

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

44a933ad87f171eba79f3d7b07d82532d196c7e7 authored over 17 years ago
* Remove source code mime-types which where text/plain (from EditWorld); since that'll prevent these sources from being shown with source code highlighting in some web interfaces (WebSVN, Trac, etc.)

* Also change wxWidgets resource files' mime-types to text/xml

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

d331eff613128d162729ec2b1a90464096abc48a authored over 17 years ago
- set LC_NUMERIC in the setlocale() call to accept a period as a radix for floating point numbers instead of a comma

- replaced setlocale(LC_ALL, "") with setlocale(LC_MESSAGES, ""), as suggested by Devurandom

git...

74b36742e493041385732bc9353c351947a25ab8 authored over 17 years ago
* Add DirectX -> OpenGL porting tasks to EditWorld's TODO list as well

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

1dd3e33c2c301b318e8370887696689d5bd5177d authored over 17 years ago
* Make sure the raw Makefiles link against GLC

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

ac6069f79124ed9c306801b23910813ab5974c64 authored over 17 years ago
* Fix tile_texpage2mipmap_tileset, it now makes imagemagick output zero-padded filenames up to 2 digits (like Warzone expects)

* Bump version numbers of tile_texpage2mipmap_tileset to 1.2

Patch by Kevin Gillette <kage>: ht...

173f09390182dad0974179bbdc2ffb4a26a82536 authored over 17 years ago
- Be more explicit about what is missing during configure and only ask the user to install something if it is not obvious what is missing.

- Check for pkg-config earlier, pkg-config 0.9 should be sufficient according to configure.
- Add...

7792f1b21122b358b18f27c5a519084f949e5034 authored over 17 years ago
Note about (not yet complete) ICC support.

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

5b476bb6298411a3263733fb0fd180f612a6e7a3 authored over 17 years ago
Add extra escaped quotes to DATADIR define so we end up with -DDATADIR="\"...\"" -> one quote for the shell, another one for C.

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

b3b4baa9a8dfb0e35d09e31232bd22cbed851366 authored over 17 years ago
update-po

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

b8932918486b2c41cc8329b2757fad83308ec33f authored over 17 years ago
AC_DEFINE cannot be used for defining to-be-expanded vars and AC_DEFINE_UNQUOTED shall not (according to the autoconf manual). Additionaly AC_DEFINE_UNQUOTED does not fully expand the var, so it is useless here...

Therefore switching back to setting CFLAGS. Don't ask me why I changed it in the first place...

...

122f5bf7240a2c1abf06eecdb4b4976241afefe8 authored over 17 years ago
Fixed c99-style variable declaration in script_lexer.l

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

d042bb5203f0def316508ad18cf1f07c28baee8d authored over 17 years ago
Updated Aivolution AI to be compatible with the recent changes to the scripting functions (parameter numbers of some functions were changed).

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

e0dc89e031bd5cbd34f9926ffea7c702a4b48259 authored over 17 years ago
Make sure pkg-config is installed. (0.15 may be sufficient...)

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

78c568d5c5bde112f4bdd9f3a69a39e01fdfe6c1 authored over 17 years ago
* Fix a segfault introduced in r2532 which was triggered when loading *.slo scripts with #define directives in them

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

ad3f3442f63cdd4bc5aad22f326fe41e3aaae49d authored over 17 years ago
* Load SCRIPT files (*.slo) directly from their files rather than an intermediate memory buffer

* In function dataScriptLoad, make "printHack" a "static const" instead of a local non-const var...

f7e793cf31a6e34ec005e09821aea3ae8b1f483c authored over 17 years ago
* Load SCRIPTVAL files (*.vlo) directly from their files rather than an intermediate memory buffer

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

7f24fb3bfbe758cf3ad54c3cec3916907008f2a7 authored over 17 years ago
* Allow QuesoGLC to fall back to a random font when we failed to load any fonts

* This should fix _the_symptoms_ of bug #10117

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

3ebad628cafa30be5e7620ec850e641d63324009 authored over 17 years ago
* Make anti-aliassing of text optional (for slower systems); it's turned on by default though (option "textantialiassing")

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

9d9370e13c69f385eb724556f38256e8ee269c59 authored over 17 years ago
* Wait until *after* font-selection (selection occurs after loading) with dumping the font-face list (otherwise an empty font-face list is always shown)

* Dump the font-face list on LOG_NEVER instead of LOG_ERROR
* Write an error to LOG_ERROR when ...

7835b437e7d51f534d65b634de58e0119fdb06f4 authored over 17 years ago
* Replace a lot of manual string editing (by accessing/modifying the individual characters of a C string) by snprintf usage

* Replace some instances of (UBYTE)0 with '\0'
* Refactor while loop in function intDisplayNumb...

529faa799db6203be0eab2d48622b17632d02929 authored over 17 years ago