Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Warzone 2100

Server hosting for the open-source 3D real-time strategy game Warzone 2100. Also provides server hosting for the open-source turn-based strategy game Freeciv.
Collective - Host: opensource - https://opencollective.com/warzone2100 - Website: https://wz2100.net - Code: https://github.com/Warzone2100

Fix wrong replacement of "Warzone 2100" with "${PACKAGE_NAME}".

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

github.com/Warzone2100/warzone2100 - 009d388338d2b5cdd061fd19238e052b5f330014 authored over 17 years ago
* Replace the last of "<< TILE_SHIFT" and ">> TILE_SHIFT" usage with world_coord and map_coord respectively

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

github.com/Warzone2100/warzone2100 - 75f820d1b1da94f6eacd92b5d3ae9ecd9984c67a authored over 17 years ago
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@2489 4a71c877-e1ca-e34f-864e-861f7616d084

github.com/Warzone2100/warzone2100 - d5d3175f86ac905b83abd6f915ae1e4ed8d437bc authored over 17 years ago
* Replace a large mount of "<< TILE_SHIFT" and ">> TILE_SHIFT" usage with world_coord and map_coord respectively

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

github.com/Warzone2100/warzone2100 - b0500a1a99634be604d61508b67b5453a7bfaf17 authored over 17 years ago
* Replace macro function CLIP_WORLD_OFFMAP with static inline function clip_world_offmap

* Add a Doxygen header to this function

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

github.com/Warzone2100/warzone2100 - beb24f3d10b9b67e59a2d2b4e2cb1e20dcea6aa7 authored over 17 years ago
Remove no longer needed m4 macros. Depends on r2485!

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

github.com/Warzone2100/warzone2100 - 930396af83d80339deccfa266a8151ab515eed8b authored over 17 years ago
- Require Ogg/Vorbis. If you rely on Warzone having no sound support please report back!

- Use pkgconfig where possible (sdl, png, ogg/vorbis). Removes m4 file dependencies, tests are fa...

github.com/Warzone2100/warzone2100 - 4c2954bdd4c97cb163868f01b57dd5dad1e5e565 authored over 17 years ago
Bump pofiles.

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

github.com/Warzone2100/warzone2100 - 087c43399737ee6d9102fd979057e916bbb52dda authored over 17 years ago
Fixed actionCalcPullBackPoint() that was generating off-map coords. Used to be one of the reasons for the "fpathRoute: target coords off map" assert in fpathRoute().

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

github.com/Warzone2100/warzone2100 - fa7866bebaaed301661209421c99535acc00b94d authored over 17 years ago
Fixed a C99-style for loop.

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

github.com/Warzone2100/warzone2100 - 6daca4513af8ca74022c254f4d57cef1c8e0bc32 authored over 17 years ago
* Fix wrong indentation style used in r2480

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

github.com/Warzone2100/warzone2100 - 97192c00cb57e8ce13010b8b5fdc08c1ab78a45b authored over 17 years ago
* Rename iV_DrawText to iV_DrawTextRotated and create a static inline function iV_DrawText which calls iV_DrawTextRotated with rotation=0.f

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

github.com/Warzone2100/warzone2100 - a8bfacf6ed6bbd30b1bd9c97b8b3760e620383c3 authored over 17 years ago
* Mark some strings for translation by GNU Gettext

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

github.com/Warzone2100/warzone2100 - 1d877d50cd4fd07da104a6a73900f6be311e73b3 authored over 17 years ago
* Get rid of some duplication in string declaration (difference between DEBUG and Non-DEBUG builds); use preprocessor string concatenation instead

* Don't use a magic number (-1), but a named value instead: PIE_TEXT_WHITE

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

github.com/Warzone2100/warzone2100 - f2ed173848b3d4b647ea5ad269601b0114f26383 authored over 17 years ago
* Remove lib/framework/utf8.c[ch] as we don't need it just right now (we can always revert this commit later on if necessary)

* This commit removes utf8.[ch] from all build systems (manual text-editing for the most of them...

github.com/Warzone2100/warzone2100 - 470ea854179b5165c5f1cf0f96251b79cd74f31d authored over 17 years ago
* Fix rather annoying different indentation

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

github.com/Warzone2100/warzone2100 - d57ffdccd695f3f5ec3acbbd547a511530dbc147 authored over 17 years ago
* Synchronize raw Makefile system with changes to NSIS file in r2466

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

github.com/Warzone2100/warzone2100 - aaf2a4274702ddec9cf055b068b04a478e50b76b authored over 17 years ago
Updated ChangeLog.

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

github.com/Warzone2100/warzone2100 - de47062749c5f52e6a7dad4f9f83e335f02b909f authored over 17 years ago
Fixed bug #8690, patch by Pallas.

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

github.com/Warzone2100/warzone2100 - ab81e572551f3e80899c013302521c63d3720afc authored over 17 years ago
Fix one-off counting error in assert checking of droid lists.

Patch and bug report by Martin Koller.

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

github.com/Warzone2100/warzone2100 - a590c7e36ded3c23349d190e15d2f64c4d1bce79 authored over 17 years ago
* Fix Code::Blocks object output directories

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

github.com/Warzone2100/warzone2100 - f99cd3e326487f049a05551a59e992a10ce498d3 authored over 17 years ago
* Add dual platform support to Code::Blocks project file (now supports both Linux and Windows, requires a rather recent version of Code::Blocks though)

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

github.com/Warzone2100/warzone2100 - 244842406c255db95de9b015a0ccbcf4833eb4be authored over 17 years ago
* Rename winmain.h to main.h since all it's forward declarations refer to main.c and having nothing whatsoever to do with MSWin

* Remove forward declaration of "BOOL frontendInitialised" since it is nowhere defined

git-svn-...

github.com/Warzone2100/warzone2100 - 33b57646119b13956f29f59c5a5269a9e1896795 authored over 17 years ago
* Fix doxygen comment

* Fix indentation

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

github.com/Warzone2100/warzone2100 - ebe882625fc822eceaf1c85bbeef44cf502b26b8 authored over 17 years ago
Patch tr-de-t9n-r2448-v2.diff submited by Thomas Rösner in patch #795.

Parts were rejected by GNU patch and have to reviewed again.

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

github.com/Warzone2100/warzone2100 - f9713037a6f70a364ee424a08a53c8668ca3035b authored over 17 years ago
- Use more defines in nsis script

- Actually define the used defines
- Fix uninstall order
- Fix nls file references

git-svn-id: ...

github.com/Warzone2100/warzone2100 - 48b785df17285dca63153f35abd3d2170d624358 authored over 17 years ago
- Make "make -C data data" recursively build mods as well. SUBDIRS is apparently ignored for target!=all.

- Add ABOUT-NLS, which is apparently required by gettext. (Copied from gettext-0.16.1)
- Update p...

github.com/Warzone2100/warzone2100 - cab88a8a7dc7c328e4dfe3de563dd8a7e870772e authored over 17 years ago
More formating and structural parts from Freddie's netprimitives14.patch

- Addition by me: Add NET_ORDER_SUBTYPE enum, which stores the targettype of movement orders and ...

github.com/Warzone2100/warzone2100 - dba5fa64087f75b0570ee1416e1dfc00941450f5 authored over 17 years ago
Formating to match EvilGuru's current version. (14)

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

github.com/Warzone2100/warzone2100 - 47dc79ee1e06f71c27158f221e319d6db518ce27 authored over 17 years ago
Add two new cheat codes: "more power" gives you 1000 power, and

"superpower" gives you a very large number of power.

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

github.com/Warzone2100/warzone2100 - 35df577a0e269d26a912cca4b123753c29427837 authored over 17 years ago
Fix canvas offset of grim mod terrain textures, so that they can be properly

opened in the gimp program.

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

github.com/Warzone2100/warzone2100 - 46a9f579224a22445e88a5778f0d512fa15aef12 authored over 17 years ago
Fix "incompatible declarations" found by batched compiling.

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

github.com/Warzone2100/warzone2100 - 6627ecbc6af5aecdb4a381a71b096926ac7aa1d5 authored over 17 years ago
* Add Doxygen comments to lib/framework/strnlen1.h

* Fix some errors in lib/framework/utf8.h comments

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

github.com/Warzone2100/warzone2100 - 9db9ca51ea0169b145667ddbd376d3b634f66a02 authored over 17 years ago
- Remove "PROTOCOL" screen for "Host Game" (only option was "Internet").

- Turn "PROTOCOL" screen into a selection of "Lobby" vs. "IP", with "IP" behaving like the origin...

github.com/Warzone2100/warzone2100 - 31a5f63fa2ee01c8cbf7bab38aea7d1ab792f375 authored over 17 years ago
Rename protocol "Internet" to "Network" as per Kreuvfs request. http://forums.wz2100.net/index.php?topic=978.0

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

github.com/Warzone2100/warzone2100 - fd1836d235ab2ea05e5c38dc838e9aeffe625e6e authored over 17 years ago
* Fix a compile error when attempting to perform a "Release" compile

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

github.com/Warzone2100/warzone2100 - 69ad10edc47f59db6b40f0bf7e44c7d9a3b41be6 authored over 17 years ago
* Remove unused bitmap pumpkin16.bmp which is just a 16 colour version of res/bitmap1.bmp

* Remove unused bitmaps res/bitmap2.bmp res/bmp00001.bmp; also remove them from our resource fil...

github.com/Warzone2100/warzone2100 - fe265cdc57e7ea7f4dc6040f9f7d0ecde8094063 authored over 17 years ago
* Remove M$ SourceSafe file (we don't use SourceSafe!! We use Subversion!!!)

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

github.com/Warzone2100/warzone2100 - b2f95025ed50ee63c812f363178af99f77c3f31d authored over 17 years ago
* Remove the last uses of template class ListNode<T> which was a cheap replacement of std::list<T>

* Remove some commented out functions from heightmap.cpp which where duplicated (i.e. functions ...

github.com/Warzone2100/warzone2100 - c0c7c6fa510a445b9cacf3384f5a482dfd6971fe authored over 17 years ago
Watermelon is Carl Hee.

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

github.com/Warzone2100/warzone2100 - ce19900dbeb638601b0e7dc18344a4b686041f07 authored over 17 years ago
Add EvilGuru to the authors file.

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

github.com/Warzone2100/warzone2100 - c8e5568fbd8d104ba4fc8c34539b07e2c7b97dfd authored over 17 years ago
* Remove rather empty file stdafx.cpp

* #define VC_EXTRALEAN before including MFC & Windows headers to exclude some unused stuff

git-...

github.com/Warzone2100/warzone2100 - fa12543c0dee014c8fe64e12e69f8a35b9b4ceff authored over 17 years ago
* Add window IDs to TODO file; which is easier to understand (I hope) than filenames

* Remove several unused windows from the resource file: IDD_EDITSTATS, IDD_HEIGHTSCALE, IDD_OBJE...

github.com/Warzone2100/warzone2100 - 30a62a1b6c5efe3cc2a10532c6871b7e8953a77a authored over 17 years ago
* Rename CAboutDlg to AboutDialog and move it out of btedit.cpp into aboutdialog.[ch]pp

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

github.com/Warzone2100/warzone2100 - c0df2cb97fdc107d87f806184443f76dbc4836cf authored over 17 years ago
* Make Limits dialog resizeable and alter the proportions slightly to make this window easier to work with

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

github.com/Warzone2100/warzone2100 - 41dada6a26d88ec96b08af4451019d7085d49908 authored over 17 years ago
* Remove empty destructors

* Update EditWorld's TODO file (remove limitsdialog.cpp from the list of yet to port windows)
*...

github.com/Warzone2100/warzone2100 - 4cf90b9f8c1b4289eb8a7234a9a84b657c085d03 authored over 17 years ago
* Add template class wxListCtrlValidator<Container> which is a specialization of wxGenericValidator that only works on wxListCtrl instances

* This class uses a container of integers instead of wxArrayInt (C++ container as specified in s...

github.com/Warzone2100/warzone2100 - c7efa311fc73bf4a487c5c952fe87a70e80925fe authored over 17 years ago
* Rename function names to names similar to what wxSmith produces (wxSmith is a wxWidgets dialog-editor plug-in for Code::Blocks)

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

github.com/Warzone2100/warzone2100 - acccbf667e5ab35afc8fb6b048ef55ac59c43076 authored over 17 years ago
Allow scripts to set DORDER_DROIDREPAIR order to make repair droids repair some droid.

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

github.com/Warzone2100/warzone2100 - e80301537f1d38b488e1f46fec5bf39ebc27ad60 authored over 17 years ago
* Remove #include directives for unused header files (btedit.h and debugprint.hpp)

* Wrap some strings in _T() macro (deals with unicode/ascii text)
* Add an header guard to limi...

github.com/Warzone2100/warzone2100 - e5fdf5e3463fcd12616e430a29f7f4db0b2141d5 authored over 17 years ago
Revert previous patch - turns out zero padding is necessary after all.

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

github.com/Warzone2100/warzone2100 - 5088fc3a96c2994b0182ee9a64a769beadcf96e9 authored over 17 years ago
No longer make unnecessary assumptions about leading zeroes in tile filename suffixes

of tile files, not just the tile directories.

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

github.com/Warzone2100/warzone2100 - e26e734113ec377590a17ab62f0f334a7ac1fe1d authored over 17 years ago
Fix border artifacts when zooming very close to terrain by turning off linear

magnification filtering and removing the 1 pixel texture coordiante border hack.
This should leav...

github.com/Warzone2100/warzone2100 - 1c4026134b8a31745f2ba25596bf5c086e0bc5be authored over 17 years ago
* Use references for output parameters for function CHeightMap::GetMapSize instead of pointers (also use "unsigned int" instead of "DWORD")

* Change the return value of functions CHeightMap::GetMapWidth and CHeightMap::GetMapHeight from...

github.com/Warzone2100/warzone2100 - a2ceea149f1f539893ab2244f20690ebe2ad2d01 authored over 17 years ago
Added more phrases recognized by 1.10 and Aivolution AIs as help requests.

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

github.com/Warzone2100/warzone2100 - 5d39df302d721700d31ca13d0aa33ee5d2ba2001 authored over 17 years ago
* Set mime-type of svg icon file to "image/svg+xml" (W3C recommended mime-type for SVG files)

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

github.com/Warzone2100/warzone2100 - 72817604372b78e343f45dbdd0284c5be8669973 authored over 17 years ago
Fix WZ_DECL_FORMAT for non >=gcc-2.5

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

github.com/Warzone2100/warzone2100 - 274abd14cae3ff6a87b0dcaf5220feacf95ae50d authored over 17 years ago
Increase file load buffer size to 4MB.

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

github.com/Warzone2100/warzone2100 - 67fc572826bccc280237c81fdaa83a2a18893455 authored over 17 years ago
Include unistd.h for MinGW as well.

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

github.com/Warzone2100/warzone2100 - 63a38d0da9d4470f978baa9313ed1e7b171fb03f authored over 17 years ago
AM: Add lexers to BUILT_SOURCES and CLEAN_FILES as well.

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

github.com/Warzone2100/warzone2100 - 20fe87c0f41ef0f8420a841bafad84f825a6f248 authored over 17 years ago
Yacc warning fixes by Pseudonym404 (http://forums.wz2100.net/index.php?topic=148.msg7837#msg7837):

- adding *.tab.c to BUILD_SOURCES and CLEANFILES before *.tab.h in applicable Makefile.am files c...

github.com/Warzone2100/warzone2100 - e232e9a6b5adec253fa2af1d6bd70235a4aafb77 authored over 17 years ago
Use Unix PATH_MAX as default and thus move all "fixes" to Windows.

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

github.com/Warzone2100/warzone2100 - fbd3a9c394610ee482b2208618721186806f41ab authored over 17 years ago
- Clean up macros a bit more

- Use WZ_CC_GNU_PREREQ (copied from glibc's features.h) instead of custom code
- Move platform.h ...

github.com/Warzone2100/warzone2100 - 08a43494fd6bc6be4da1d3b9f0e78587939d51ca authored over 17 years ago
- Update WZ_OS_/WZ_CC_ definitions from Qt 4.3.1 and don't strip OS detection them anymore.

- Fix attribute prerequisites.
- Remove wz__attribute and add WZ_DECL_FORMAT.

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

github.com/Warzone2100/warzone2100 - 3d6d40f5ddaa9a4c3ee09ef7831e184aba62a5e8 authored over 17 years ago
Remove CHAR_BIT check which is not needed anymore.

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

github.com/Warzone2100/warzone2100 - 51a467d6491409722468984ce3af86bdca23b82b authored over 17 years ago
* Add the AIvolution mod to the NSIS installer

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

github.com/Warzone2100/warzone2100 - f0a043e92a70fbc48c69afb471b0c8f3c613d454 authored over 17 years ago
* Fix the Blender import & export scripts such that they're completely compatible with eachother (i.e. import->export->import == import)

* Add two python mini-scripts (find-bad-pies.py and find-poly-nums.py) that are of fairly little...

github.com/Warzone2100/warzone2100 - 876c8b3b61d6eb6b42128c0ac1fef273ba46f552 authored over 17 years ago
* Add virtual target "All" to Code::Blocks file (automatically compiles both a Debug and a Release build)

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

github.com/Warzone2100/warzone2100 - dc8ead56ffe5a062c3f1aad088e979b996266446 authored over 17 years ago
* Fix bug #9806

* This adds a new savegame format version (version 35)
* This new format is big-endian and uses...

github.com/Warzone2100/warzone2100 - db6bf89a324c907a138444e4bf268a28b8df2f63 authored over 17 years ago
Fixed commands.txt file describing available commands for Aivolution AI.

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

github.com/Warzone2100/warzone2100 - 041eedd7fd1b0b4e7827432dbc5240bd11a0815a authored over 17 years ago
* Fix readFXData to mark all the EFFECTs it loads as active

* Add a large amount of serializeX/deserializeX functions for the different savegame versions
*...

github.com/Warzone2100/warzone2100 - 415ac4a437ffc4ecfd6a230c9301cda77bc43e0d authored over 17 years ago
* Modify writeScoreData and readScoreData to directly work on files rather than intermediate in-memory buffers

* Use a serialize and deserialize function for saving/loading individual MISSION_DATA instances ...

github.com/Warzone2100/warzone2100 - c6d64739e182f5de9ee1e7f586827cdb2671e33f authored over 17 years ago
* Modify readFXData to work on a filename instead of a PHYSFS_file handle

* Modify writeVisibilityData and readVisibilityData to directly work on files rather than interm...

github.com/Warzone2100/warzone2100 - 5180103026b99045698f646f3e9db3594cf28b76 authored over 17 years ago
* 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

github.com/Warzone2100/warzone2100 - 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

github.com/Warzone2100/warzone2100 - 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...

github.com/Warzone2100/warzone2100 - 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

github.com/Warzone2100/warzone2100 - 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

github.com/Warzone2100/warzone2100 - 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 ...

github.com/Warzone2100/warzone2100 - 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 ...

github.com/Warzone2100/warzone2100 - 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+...

github.com/Warzone2100/warzone2100 - 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

github.com/Warzone2100/warzone2100 - 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

github.com/Warzone2100/warzone2100 - 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....

github.com/Warzone2100/warzone2100 - 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...

github.com/Warzone2100/warzone2100 - 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...

github.com/Warzone2100/warzone2100 - 52bc608d17b1417019627940d19473ed3f2fe189 authored over 17 years ago
* Improve Dutch translation

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

github.com/Warzone2100/warzone2100 - 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

github.com/Warzone2100/warzone2100 - 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

github.com/Warzone2100/warzone2100 - 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...

github.com/Warzone2100/warzone2100 - 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

github.com/Warzone2100/warzone2100 - 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

github.com/Warzone2100/warzone2100 - 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 ...

github.com/Warzone2100/warzone2100 - 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

github.com/Warzone2100/warzone2100 - 2231d34d23b3d7adba844e5e562bcd3e9c1fbcbb authored over 17 years ago
Order...

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

github.com/Warzone2100/warzone2100 - 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

github.com/Warzone2100/warzone2100 - 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

github.com/Warzone2100/warzone2100 - 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

github.com/Warzone2100/warzone2100 - 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...

github.com/Warzone2100/warzone2100 - 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...

github.com/Warzone2100/warzone2100 - 0fcde559bc7fb2ac3de953f553b3d52ba9edca7a authored over 17 years ago