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 a serialize and deserialize function for saving/loading individual EFFECT instances to/from PHYSFS_files

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

d71d01894223349f534a8465fab876108f7d1841 authored over 17 years ago
* Use a union instead of first casting to void* before casting to uint32_t* from float* (prevents type punning of pointers)

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

b5e548e8001bf1f5bd430d6b13b7ec2e3d767f2b authored over 17 years ago
* Move AIvolution from data/multiplay/skirmish/customai to data/mods/global

* Make sure the buildsystem now constructs a global mod aivolution.wz from AIvolution (you can u...

55a5837ef3f5b97abd1ea26c43a5cc2f7657b8d6 authored over 17 years ago
* Fix dependency problem on grim.wz (make-rule was referring to the wrong directory)

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

b32da1a20e55ef7106c9bafd6187f238c96d0d99 authored over 17 years ago
* Fix German translation for NSIS installer

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

2e38bd5746486fd3278645d1d6aa0129ef31a293 authored over 17 years ago
* Add NLS section to NSIS installer (installs compiled gettext message catalogs)

Note: the added German text in the NSIS installer might require looking over by someone who has ...

bac61d9ee99f5c9570f0224faa8839dec29c3cda authored over 17 years ago
* Don't add data/locale to warzone.wz since gettext can't access these files through PhysFS but needs direct access to them (through stdio.h stuff)

* ./configure && make && make install (and the NSIS installer) will make sure that the gettext ...

436523e700fd2d27bc57bd5249bb315a92d5c917 authored over 17 years ago
* Get grim.wz from data/mods/global/grim.wz instead of data/grim.wz for the NSIS installers

* Fix data/Makefile.raw by moving make-target/make-rule $(SUBDIRS) below "all"

git-svn-id: svn+...

8fbf62c1b2c5fb1bd15c1cd0f1d3975c4a82aa2a authored over 17 years ago
* Fix a typo in nettypes.c this should fix bug #9791

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

94db7961670a64ac84b22134794c196a542fea3a authored over 17 years ago
* Move data/grim to data/mods/global/grim

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

b360d380b28fd4918ee41cd82e46b44e8463a4ef authored over 17 years ago
* Add gettext (>= 0.15) as build dependency for the Debian package

* the >= 0.15 part is because we depend on the "message context" feature only provided by >= 0....

e3db4b5e1663989a1e0952c08754898ba8b87edf authored over 17 years ago
* Add BOOL NETfloat(float* fp) to nettypes.h so that it can actually be used

* Fix a spelling error in a comment in nettypes.c

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

7e3d1615743cbb1affb0e2e1419e019ac71890e3 authored over 17 years ago
* Fix MSVC compilation by assuming all platforms supported by MSVC provide IEEE754 floats

This fixes bug #9791

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

52bc608d17b1417019627940d19473ed3f2fe189 authored over 17 years ago
* Improve Dutch translation

* Throw away a lot of autogenerated "translations" (where marked fuzzy) which where just crap
...

7e383b4a92360bf6ce22e28457e0e48bbef98071 authored over 17 years ago
* make -C po update-po

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

0be2fe8351ac5c87b51f1f4042156dce8e462e6a authored over 17 years ago
* Add Dutch translation to patching installer

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

882503686ca8d71bda55bbbc8155c688aec016f7 authored over 17 years ago
* work around asWeaps[n] still being set for IDES_SYSTEM turrets when numWeaps == 0

* Stops segfaults when hovering over a different propulsion type button than currently selected...

ea537fb7360ad908d0fe67e42c41d83a86082269 authored over 17 years ago
* Use X[Y].m to access member variables of an array of structs rather than (X + Y)->m

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

4d424e8ab189f553c7758b9a18622457c76f28a6 authored over 17 years ago
* make -C po update-po

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

35d7b53eb8abf297bff360fd5d54f175201acba6 authored over 17 years ago
* Add support for compiling with gettext to the raw Makefiles (note this _does_ require the latest devpkg)

* Add the ability to compile .mo catalog files from gettext .po files to the raw Makefiles (all ...

e28c8c4606b05744b409a1a3ae9f60f68103d349 authored over 17 years ago
* Don't use fprintf's formatting string stuff when you have the preprocessor to do it for you (compile-time is faster than runtime!)

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

2231d34d23b3d7adba844e5e562bcd3e9c1fbcbb authored over 17 years ago
Order...

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

b791c2353d4373b4d3a5ab5d9b4c9acb40d9dfc2 authored over 17 years ago
libdbghelp.a is now in devpkg-mingw32.

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

f75edcb106bf695ab2c081d55a73830513e615da authored over 17 years ago
* First create $(DESTDIR)$(pkgdatadir)/mods/global before installing grim.wz in it

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

cbb398882df461540cbe4ce066b5257a1fe884e1 authored over 17 years ago
Prevent a symbol conflict of our DATADIR with that from /usr/mingw32/mingw/include/objidl.h via lean-and-mean.

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

8334d131385b61711a6825ae361ac64792db1185 authored over 17 years ago
* Update Grim's GFX mod for r2300

* Rewritten texture loader: terrain texture tiles are now in separate files rather than concate...

8faa60aa63da828b24196f343a3d0f074dc98d3a authored over 17 years ago
* Update Grim's GFX mod for r2124:

* strings.txt removal

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

0fcde559bc7fb2ac3de953f553b3d52ba9edca7a authored over 17 years ago
* Add Grim's GFX mod (this version would work cleanly with r2123; I'll update it soon after this commit)

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

33aea77e60955307408b0515408391e5b4e090b2 authored over 17 years ago
* Fix building of mp.wz by the raw Makefiles

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

0ba8c36b31eb93fd91307a1cd6d4447c14c004e1 authored over 17 years ago
No longer make unnecessary assumptions about leading zeroes in tile filename suffixes.

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

924a22c3cb5b9cadaf2656c61ba4cf25b80b9360 authored over 17 years ago
* Add Python script for the conversion of old-style one-texturepage tilesets to mipmapped tilesets

By Kevin Gillette <kage>

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

3e8cb6ba4ce40caa4ee02d454df3351721171177 authored over 17 years ago
* Change an assert(FALSE) into a more descriptively styled: !"text string"

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

e559915d835ad435446610fc3c00c3e029cfbab4 authored over 17 years ago
* Use SDL_EnableKeyRepeat to enable the repeation of key press events (this enables you to press your 'A' key once and get multiple 'A's if your in a textbox)

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

551aa55cb940b0282883065e12e53c0f07391e7c authored over 17 years ago
* Prevent a warning about "dereferencing type-punned pointer will break strict-aliasing rules" by casting a &float through a void* before casting it to uint32_t*

* Add an explanation about floats (that they're basically the same as 32bit integers as far as e...

29c1229322df541e5d8dcba8758306cf6756f6b6 authored over 17 years ago
* Adapt the writeFXData and readFXData functions to use the PHYSFS big endian swapping write and read functions

* Don't write directly from the memory of the EFFECTs (since this memory doesn't always have the...

1ee03560369f567bb6e2302a45f8146acfdf0e64 authored over 17 years ago
* Fix warning about "null argument where non-null required"

* Turn macro ALLOC_VARIDENTDECL partially into a static inline function
* Remove -Wno-nonnull s...

707e1562658c1846e0aa6d9065543f172b9e9296 authored over 17 years ago
* Fix a warning about unused variable "kills"

Patch by pseudonym404 ( http://forums.wz2100.net/index.php?topic=148.msg7691#msg7691 )

git-svn-i...

ab9f78760bbc992918ad1b91a5ffec18101b54a7 authored over 17 years ago
Increase number of allowed texture pages from 64 to 128 for now.

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

65866c301218414c037a721906cffa2bb5e2a7cc authored over 17 years ago
Turn more ASSERTs inside scripting functions into debug(LOG_ERROR, ...)

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

230e56878aab114d0da6c03507b89a6d2e3a8881 authored over 17 years ago
- added getDroidKills() scripting function.

- fixed setDroidKills() scripting function to cope with changes to the way kills are stored inter...

669bb13506c1199d17e56e3fd2f9ef181e45ff8a authored over 17 years ago
Make the game display droid rank, when clicking on a droid in debug mode (useful when debugging AI).

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

04dc906312791eea931bd9662e00e4e657194ef7 authored over 17 years ago
Turn some ASSERTs into debug(LOG_ERROR, ... )

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

c1f1288f53790f1799b33149f9aea83c8bbfa668 authored over 17 years ago
Update dbghelp.h to Wine 0.9.43.

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

0cf8a9af36dfb2aa5f356d737e8612b85c1de45c authored over 17 years ago
Fix bug where we would oppose the worth of attacking a target with the worth of

attacking ourselves, since when auto-repair is researched, we will have ourselves
as a repair tar...

8d0c71e4727336bdc92b4d956a30edbfd9833a28 authored over 17 years ago
This patch fixes an incorrect filename in po/Makefile.in.in. It should be warzone2100.pot instead of warzone.pot.

Patch by Ken Rushia.

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

86acf8940f9a956d66ea8ca20b71e7100e60ff4f authored over 17 years ago
Add new function isDead(BASE_OBJECT*) which checks if an object is dead or in

a transport list, and use it where applicable. This fixes bug #9720, an asserts
when selecting a ...

3adaa181b297596d6e93a705ca3361bff1578974 authored over 17 years ago
* Cleanup CLimitsDialog's code to make it easier to port it to wxWidgets

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

5285f0a096ccad4acde087b6608b73694b54b85b authored over 17 years ago
* Attempt to preserve history a bit

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

5814fc39c769078cd2787328a39ca056ac330356 authored over 17 years ago
* move class CUndoRedo from bteditdoc.cpp to new file undoredo.cpp

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

ba7d1d50789df93e20f29695993c537a53e9f46f authored over 17 years ago
* Remove unused files model.cpp/h and seedfill.cpp

* remove #include "snapprefs.h" directive
* remove non-existent file d3dwrap.h from project fil...

243bc7ddb8b00034eee5d820041883620e1cfa13 authored over 17 years ago
* Remove unused window CSnapPrefs or IDD_OBJECTPREFS

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

0397a75255b31f52c3cf72284bffa47ba692a0d5 authored over 17 years ago
* Remove unused window CInfoDialog or IDD_DEBUGINFO

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

9d148e7f8b892f1fd0ecf024c8cfcda8bfd5f1c8 authored over 17 years ago
* Revert unintentional changes to Code::Blocks projectfile

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

b95b607976d068e2d853d4fc3a697c933f15b1c3 authored over 17 years ago
* Add network primitives by Freddie Witherden <EvilGuru>

* Modify them slighly to use get/set functions for the package direction (instead of a global ac...

74e64738faf6eaa5c9856515360a1af343972ed3 authored over 17 years ago
Make commanders a more valuable target, since commanders are more useful now.

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

4213087057d6e3f085d300e2cda1456667549940 authored over 17 years ago
* Merge fixes for bug #9694 and bug #9704 which where fixed in r2349 and r2355 respectively from the 2.0 branch into trunk

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

0d901ea836943f9a02d327181c581ff56e6ac6d8 authored over 17 years ago
Improve Norwegian translation somewhat

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

7e3837a2b50f9e7e6c8f3395f71d9b1e981c4708 authored over 17 years ago
Improve dependency and error checking in autotool build scripts for translations.

Requested by krushia.

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

004786ea50fb1998849c5ae84333c3ea65458abd authored over 17 years ago
Updated ChangeLog.

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

8425ac9af5f35eb06aaa85fda74a079f6b25cb44 authored over 17 years ago
Balance:

-increased reload time of EMP Cannon from 5 to 8 seconds
-EMP Cannon will now disable units in i...

3704de1f71e184a21d71c7ab8ae999fc2eefe8bd authored over 17 years ago
remove src/csnap.c from POTFILES.in

Thanks to Ken Rushia <krushia> for spotting this; This closes patch #792

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

80e93f2ca4119bebac7361cae0ec03f9d2e0dec2 authored over 17 years ago
* Remove forward declarations for undefined functions iV_CreateFont, pie_StartTextExtents and pie_FillTextExtents

* Remove unused functions pie_SetFormattedTextFlags and pie_GetFormattedTextFlags
* Move consta...

609d953a63fce44314b927a4b1fb2403155a67e9 authored over 17 years ago
* remove function stringLen and replace all instances where it was used with strlen (can't see why anyone would want a custom string length function there in the first place)

* make strresStoreString const correct ("char*" -> "const char*")

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

76057072e0328263123fcb68b5873d0bba36e6b8 authored over 17 years ago
* Remove CursorSnap code; it was this code that was responsible for "snapping" the mouse cursor when switching menus

* This removes csnap.[ch] (removed from automake/autoconf, Code::Blocks, MSVC)
Patch #789 by Ken...

fc8ab2c14e53903f4301be1bdacda3a2c4577b4f authored over 17 years ago
Do not show debug info for selected objects in debug builds unless debug mode

enabled in the game. Add extra info to selected items. Modify what info strings
are to be transla...

0c942e2413ca39445169a7c686e3b075593349bc authored over 17 years ago
Weed out some done or no longer relevant items from the TODO list.

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

e8bbf9113cbfb0fa50a347dbda3bc9d80b38614a authored over 17 years ago
Cleanup. Remove yet another ton of unused code.

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

618e1b82ed054c72eca23af14eed0240e4bed80c authored over 17 years ago
Fix bad macro names.

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

4fe1646f2686646dbfc9dd998ac05ee628a9c00e authored over 17 years ago
Cleanup. Remove another ton of unused code. Fix error message which is not an error.

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

33e7c70cc429d1f2ef3451ffac22db80f3709c92 authored over 17 years ago
Add new debug category: gui

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

0266477bd9e817fad224757d1128e5961128f6e0 authored over 17 years ago
Hit/miss code:

- make attacker experience boost and target experience penalty modifiers even by making them per...

a3712c2361618727bae172823a5f01b6d6560b9c authored over 17 years ago
Hopefully fix a valgrind warning

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

8a7d09141c1a781db477a8e12b4514dc0f1be0f3 authored over 17 years ago
Rewrote hit/miss chance calculation to use a single variable for all modifiers:

- removed duplicate code
- added some defines instead of 'magic' numbers

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

496d2b18518b518b34f3022f414932d903e51750 authored over 17 years ago
* Don't use snprintf to merge several strings which are defined on compile time already; instead use the preprocessor's capability to merge sequential strings into one

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

3db779cf10045579f03b303cf9f93976af61f933 authored over 17 years ago
* rename pie_DrawText and pie_DrawFromattedText to iV_DrawText and iV_DrawFormattedText respectively for consistency's sake (iV_DrawText already existed as a #define "alias")

* replace all usages of iV_DrawText270(...) with iV_DrawTextRotated(..., 270.f) and get rid of M...

33354163a9e93c7c9c6ede845e9dd4db3a14fe8e authored over 17 years ago
Fixed some template names again.

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

5c5e82301abdf7796072f6530d0eccbeb13c0909 authored over 17 years ago
* fix error in raw makefiles; we want the data/locale directory in the warzone.wz file; not mp.wz

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

0f75801eac852ecd3aa7466916af10ea2f11b420 authored over 17 years ago
* remove functions pie_DrawImage270, pie_DrawText270 and pie_TextRender270; which where a whole chain of functions that where just duplicates of the same functions without 270 in their name

* add function iV_DrawTextRotated which uses glTranslatef and glRotatef to change (i.e. rotate) ...

4966b22bf57ea22fa570f2d106d53a7eca49e766 authored over 17 years ago
* Fix a compiler warning caused by non-matching const-ness of a (non-pointer) parameter in function iV_GetCharWidth's declaration and implementation

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

bf5eaace0ac872d38ff4fe3bfa40e2a6fa984134 authored over 17 years ago
Change default screen shake setting to off.

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

eccb5d5c723c219ad3b6e1970ec9e504a29801b4 authored over 17 years ago
Fix stack corruption on MSVC, which does not support the %hhx sscanf conversion.

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

65afd36ade9f450eb4c629551f36ac76fc528a94 authored over 17 years ago
New cheat code: "research all". This gives you all techs researched. Unlike "give all", the

techs are not just available for research, they are researched and their effects apply in full.

...

e5d3863ba6573ab7a935cb32e9e273fd6a6a765e authored over 17 years ago
Fix bug #9644, slow response from building queues. Patch by Watermelon:

Makes doubleclick state a condition for mousePressed, so that widget
can recognize the 'down' st...

8879d5151ed45c441ce94c2a231b03e1722f0c18 authored over 17 years ago
Actually load the radar colours. Based on patch by Watermelon. Also check

that we have sufficient data in buffer to read next colour first.

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

73e6fec7967b3bbbf3adf1e6f451ff57aec710d8 authored over 17 years ago
Fix bug that made enemy units invisible, introduced in r2320.

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

bc3f5a90732ea143a00ff47ffaca9f9ecee37206 authored over 17 years ago
Cleanup

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

5df7ebd284ac49b49d5c0cadb2faf91f4e88e000 authored over 17 years ago
Add a slight droid experience bonus to evade enemy fire.

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

9fa3c86776f002975b6a4040fde187aa4256729c authored over 17 years ago
Cleanup of visibility code. Added new debug category: "sensor".

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

3834067f15860b36226db2e6c92d2e9ef489662e authored over 17 years ago
* Fix a bug which could cause a buffer overflow in kf_SendTextMessage() if one would type too long chat-messages

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

3e14c0fb3d889fbc4afba44a32d04d8ecd32a7fd authored over 17 years ago
* Remove unnecessary sub-scope

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

b96bfb801fe2eddf3729ae5c094d7011668b48df authored over 17 years ago
* Add -std=gnu99 to the compiler options

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

566ed75daf04842a885e6fc7b057b6e1e14e3d74 authored over 17 years ago
Add transparency to water tiles. This closes bug report #9657.

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

e6629b123cf4486a9b9e4220d8afc53d47ea9d7d authored over 17 years ago
* move some variables into a more local scope (bool GotSpace, NewLine)

* add some comments
* actually parse newline characters (ASCII_NEWLINE to be precise which is d...

9ad346be5cc6bcc202fa72f133c5760dfa73e112 authored over 17 years ago
* remove unused flag FTEXTF_SKIP_LEADING_SPACES and all code related to it

* remove "BOOL AddLeadingSpaces" and all code relying on it to be true, since it never would be ...

9814c2eec7bbba12dd26c922380ebbb79ee3873f authored over 17 years ago
* Fix an infinite loop in the text drawing code

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

0733a68c76fea5a26f11210ae711cda675c76c6d authored over 17 years ago
* use static linkage for some global vars and some utility functions

* remove character wrapping code from pie_DrawText (word wrapping code already exists in the onl...

f147f9563946066cf1120a22cf56b5a406129f77 authored over 17 years ago
run `astyle --suffix=none --indent=tab --brackets=break --indent-switches --pad=oper --unpad=paren --min-conditional-indent=0 --mode=c lib/ivis_opengl/textdraw.c`

This is because I got fed up by mixed indentation style (even on the same line!!), and some dozen...

bc2d70ea16edbb6efc62802af2d8f7eaa2fdfacc authored over 17 years ago
* remove #ifdef TESTBED code since TESTBED is never defined (not defined by commented out code either)

* fix error in code cutting off trailing spaces where we would cut of everything until a space i...

6ac475282e85cad0e74f1cabb50b0d1c1d6eb831 authored over 17 years ago
* remove "left justify append" ability from text drawing code (since it isn't justified; erm used)

* put curly braces on a line of their own
* general clean up (e.g. moving some variables in a m...

473e03869154899a78b5c4d27626f0df6fd46c27 authored over 17 years ago
* remove (unused) pie_DrawText callback functionality (the callback had the responsibility of actually drawing the text)

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

4e3293784ab30191c8d829f4147c91a86379847e authored over 17 years ago