Ecosyste.ms: OpenCollective

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

github.com/Warzone2100/archived-3.1-branch

Archived 3.1 branch of warzone2100 repo. Not for development.
https://github.com/Warzone2100/archived-3.1-branch

Externalize the custom build rule scripts.

f5a5412a3ba92d4837d8affeef9067440c40b904 authored almost 13 years ago
Merge branch 'bugfixes' into 3.1

* topic/bugfixes:
Update the mac doc bundle.

ab101da2a3e5987aa3bc0a3ab7aa40e04b88849c authored almost 13 years ago
Update the mac doc bundle.

e0aadce3a96e4f997abf7913edd9662d6862ca38 authored almost 13 years ago
Merge branch 'bugfixes' into 3.1

071885640bceb716b8332f68130ca3681fa02d81 authored almost 13 years ago
Properly scale the transports in the research list.

Refs #3277.

7f6ad1dafff3b70ac0408c093b46dbfc540245d9 authored almost 13 years ago
Get rid of useless warnings, take 2.

ddd61cb6e397fb6e9a8b7ac1675ca125e5d20e03 authored almost 13 years ago
Update ChangeLog.

5d69236edaeb4fedfc068cc3f088729afe84475b authored almost 13 years ago
Use lower-res textures as default.

589b5abbe8bb0d3141684343dd70999ef6ef4ffe authored almost 13 years ago
Clear out blueprints when ending a game.

Fixes #3181.

8c034fee8b11c6813fdc330f218af6571e285fd2 authored almost 13 years ago
Don't let the radar handle already processed events.

Fixes #3179.

6e0c364c99f8c85b5be96087059db7f627c2d3bc authored almost 13 years ago
Display game speed as decimals, not fractions.

Also add 0.5. Refs #3277.

f05142c7ebb3bf7a961a4908478be4787201270c authored almost 13 years ago
Update translations.

c363c6285b662491e3e7afc6830583c71f9f3e3f authored almost 13 years ago
French translation update by Amiral JCDG.

Closes #3276.

2c093a6ff96bce87f2edc1d1a7c10369a2f78c58 authored almost 13 years ago
Make keyboard mapping editor more consistent with menu

d364a00b7f76f798dae72f2826ebc55ba5a55913 authored almost 13 years ago
Make in game options a bit wider (to give more room for translations) and improve sound options margins

Refs #2650.

f24ce24dc0fee84731687222f9ed1672f825d798 authored almost 13 years ago
Better descriptions for the unit colour options.

Also moves the rotating radar option into graphics options.
unitcolouroptions5.diff, closes #3265.

4a6be03ffb69863b14ac934877d71a1bfd851f0a authored almost 13 years ago
Squeeze out additional 50 pixels for menu texts (preserving 640x480 compatibility)

Refs #2650.

fc0348a5d1fc66b3c7196b3a7805d62673ebba7b authored almost 13 years ago
Try to avoid pointers to stack getting saved.

Also, fix a harmless out of bounds »myUnusedPointer = &myVector[myVector.size()]«.

Introduced i...

da9d427e5def9b82ab95c99b42ec8e2049bfcd12 authored almost 13 years ago
Disable target prediction for droids that are trying to drive through stuff.

This implies that if the droid suddenly figures out how to tunnel through the wall it
was trying...

a94bd6629d17f50df9b3a58b97bb3f8cd734e12b authored almost 13 years ago
Fix divide-by-0 in updateFire() on effect with zero lifespan.

Probably triggered by f6ddbf1878ff2a387c4be95449d8a7835c18ebd8 on destruction of 0%-built
derrick.

d1675c4087540ce9578053b0ebb9f31f352b9880 authored almost 13 years ago
Let AIs pick up barrels and artifacts if using DORDER_RECOVER.

Fixes ticket:3251.

8949148a9ddbf92ecc3fb2b4ddcd0e74d849be5c authored almost 13 years ago
Make destroyed half built structures burn half time.

Except in the case of derricks, or in the case of adding oil wells in debug mode where
the struc...

f6ddbf1878ff2a387c4be95449d8a7835c18ebd8 authored almost 13 years ago
Return power on changing template in production.

If changing a template which was currently in production, the production was cancelled
without r...

2985840f5596597467e1aa5abce9f3ab7e2c68fa authored almost 13 years ago
When targetting using sensors, use action target of droids doing DACTION_OBSERVE.

Previous behaviour was to use order target, independently of whether the droid was doing DORDER_...

42017f5e12a29f21dd31e7b595a7158168efb063 authored almost 13 years ago
Check sender/receiver.

af5f329fa2315e567e45a648603fbefd8d51277e authored almost 13 years ago
dpkg: Update package version number for 3.1.

a0b35f76d9fcd0b1d2f9e2a03b480e65304febbe authored almost 13 years ago
Merge branch 'bugfixes' into 3.1

* bugfixes: (21 commits)
Remove useless duplicate line.
cleanup: Constify and match interpol...

bc79512ed2d7791c86ef43d4d097897408327176 authored almost 13 years ago
cleanup: Constify and match interpolatePos and interpolateAngle.

e1291dc3cc27a6cc8622457a405032cb97ee1bfe authored almost 13 years ago
Prevent division by zero in interpolateSpacetime().

Fixes #3037.

0f675212dfcef36af086a48d75c63b2d197c9a34 authored almost 13 years ago
maint: Update mailing list address.

fa90933b37f266ff0c922cfa2d044e17c9439487 authored almost 13 years ago
Remove useless duplicate line.

Introduced in 9a005ac66ea5a3abc18a1fec004e22c187438b9d. Refs #3264.

0d06f9790a631615a34e335b24371662ad76e7d0 authored almost 13 years ago
Don't try to send limit data before hosting a game.

Fixes #3197.

10d6ddda22b1f99ec4a26a235696a0c2163104da authored almost 13 years ago
linux: Make gdb backtrace all threads.

Refs #3228.

a766d000ae64571ef5fd086921a11c4fe835f5f3 authored almost 13 years ago
cleanup: Put bHosted into multiint.h.

e8f9fe2b2df74a9cddbfb9eacb5e6c80c2a121d0 authored almost 13 years ago
dpkg: No more mods.

Fixes #3249.

ece02364515efa7955881f43b59685b9699c68b0 authored almost 13 years ago
Get rid of useless warnings, take 2.

Xcode hates comments.

1ef7c6c3ce9685ab926d246ab4b20e3b0e376c46 authored almost 13 years ago
Add qslint to the Warzone app bundle.

This should help mac modders test their scripts.

Also run the tests when making the dmgs.

d05472d8116d474f80f71f442d06bc9132e2301d authored almost 13 years ago
Fix and reorganize dependencies for the mac builds of the tests.

Also eliminate a few useless warnings.

484093744dcc076f710b2e6b1b2c5f7001076f0c authored almost 13 years ago
Muzzle flash fix for Assault Cannon & Cluster/HEAP Bomb projectile's texture fix

and
fix TCmask for Plasmite Flamer AA Flak Cannon Sunburst AA Rocket Array

Closes ticket:3243.

...

9d8e7ce9bc919c8d6754bbc374b98c5d3036bd05 authored almost 13 years ago
Don't waste 200 ms before droids start moving.

The droid no longer spends 100 ms changing psDroid->sMove.Status from MOVEWAITROUTE to
MOVENAVIG...

f36cb966ce6effd58e1dc42e275d00fe9bd8904d authored almost 13 years ago
Add pie(state|types).h to the xcode project.

2665e2306f517decd64352a0e1259cce22298315 authored almost 13 years ago
Show milliseconds, if game speed is set to very slow.

Useful for keeping track of game state updates when debugging. Game state updates happen
every 1...

3a1568d9bcaf316f417389a09d9211c753d13f09 authored almost 13 years ago
Fix dead pointer usage following lone droids dying during repair at repair facility.

Despite checking for REPAIR_FACILITY::psObj->died, REPAIR_FACILITY::psObj was not reliably
set t...

6817a99991477568f0c97e3fe7146a367e9797c9 authored almost 13 years ago
Allow Super+click as alternative to Meta+click or Alt+click.

The Qt and SDL backends seem to call the Tux key Meta and Super, respectively. This
makes Tux+cl...

28f0503eb5619e9e376d6cde41fefc87b1e223ca authored almost 13 years ago
Don't assume we are still in demolish mode if not a droid type that can't do that.

fixes ticket:2106

6cc205c48bf1c588d68d7aef56d301d9125dec6c authored almost 13 years ago
Try not to allow multiple mouse presses when trying to kick people out of game.

closes ticket:3209

bc65f978015b73bef462e53726ff53fcdc607d18 authored almost 13 years ago
Don't display the demolish cursor over unbuilt structures.

fixes ticket:3118

9909551b30fa96de618db3251e7e32053f56a34c authored almost 13 years ago
Add the cursorselection file to the xcode project.

180cd3a2e9b25e75855f0152fd840694d926b533 authored almost 13 years ago
Merge branch 'bugfixes' into 3.1

* bugfixes:
Explain how the cursor system works a bit better, and make it easier to edit these...

caeca032ef311ddece306c2cc0b0af1a997bf289 authored almost 13 years ago
Explain how the cursor system works a bit better, and make it easier to edit these blasted things.

Created a external file called cursorselection, that can be loaded into a spreadsheet for easy ed...

addcb20ff0155e8a2bf2810c917c7a6b8f0e5403 authored almost 13 years ago
French translation update by Amiral JCDG.

a26aa5f3ad89312e47b026bcfe1b44271b47faef authored almost 13 years ago
Polish translation update by Emdek.

Closes #1347. Again.

2042b60e4f144b483b12164d67f99adf4e915ac0 authored almost 13 years ago
Make "Go to Transport" button work sensibly.

Droids now go to the nearest transport that they can fit in. Even if they're not
cyborgs. And ev...

2d938a0323e5c47ce4a41c9fb6c5a0d42eb9593d authored almost 13 years ago
Do not complain to all players in game, on attempted loading of tank on cyborg transport.

Announcing to everyone makes surprise attacks with transports harder, if accidentally
telling a ...

06e161a4d90a589549d5f3a3c64ac8abf07fc0ea authored almost 13 years ago
Do not land all 150 VTOLs on the same tile.

9dcf5bdf4eb4d590ea15e1c5201ceefe0819a5dc authored almost 13 years ago
Clean up actionVTOLLandingPos() interface.

Program logic should be unchanged.

ce3e76cd62293c107ce8c82ec564d39dad6779ee authored almost 13 years ago
Reduce tank dancing.

In moveShuffleDroid(), do not iterate over all of own droids on map (optimisation), but
include ...

0b7605c4ee9464f5966a31d6523fb7e248f4323a authored almost 13 years ago
Don't remove autorevision.h on make clean, take 2.

Seems 13fba992e76fcaecc25d58e6086f0217b2acba04 breaks building when no
autorevision.h exists.

19be9fc3b707b2cca8b53553d38662704f5be1b3 authored almost 13 years ago
Show allied unit counts.

Simplify displayMultiPlayer(), fix some duplicate and some quintuplicate code.

2a33cd129b52b013c188ae812511064f24b9c651 authored almost 13 years ago
Try to be more consistent with gameTime usage.

When updating the game state, we now determine what happened in the interval
[gameTime - deltaGa...

f6dce9d6322f8d2309922dc58a31ce21c4bdaafe authored almost 13 years ago
Merge branch 'bugfixes' into 3.1

9e6c53400bea51fbf9a7b43c72a52b95899058c9 authored almost 13 years ago
Enable the OpenGL 1.4/VBO fallback on Macs.

Removes some ifdefs that were cargo culted along for years. Rejoice,
Intel GMA 950 users! Refs #...

b38b2f5f1724d656e3a81623b29563d6cdefdb12 authored almost 13 years ago
Revert "qtscript: Do not call destroyed event twice for each object."

This reverts commit a51de1608089f29967a6ef46d80ff02256a51510.
Fixes #3175.

4f722254f01c3cb025809501e6c5c01a7630a0d3 authored almost 13 years ago
cleanup: Remove redundant QScriptEngines.

4e00759b1a0b9c93e7d98332a25f2ad6a621f060 authored almost 13 years ago
cleanup: Remove unused define.

e5e0f729e07f186edac3e23a65ed95316f087cda authored almost 13 years ago
Fix transporter check for SP games.

Add some FIXME comments when we properly fix the campaign scripts.
Expose DROID_SUPERTRANSPORTER ...

9e63fe34339128f5844d21a67f72a5c2d2bf0814 authored almost 13 years ago
Scale the transporter & Super Transporter on the scoreboard screen.

Fixes ticket:3210

475d1e625218924d252f5eb546e55824a5f697ed authored almost 13 years ago
Apply rest of the patch that was mistakenly left out of

fcede64e428e46657db2ef7b0f7bd1ce26b1d91d
Thanks to cybersphinx for the heads up.

6bc90e6d2e0343d7d5e6e54be09f97f2c8e1cbd8 authored almost 13 years ago
Don't remove autorevision.h on make clean.

Otherwise building from a tarball fails after make (dist)clean.

13fba992e76fcaecc25d58e6086f0217b2acba04 authored almost 13 years ago
German translation update by Kreuvf.

Closes #3205.

6f5bf39951eccb4d2ee01cef7a64269820a1ddcb authored almost 13 years ago
Russian translation update by Vadim S. Sabinich.

Closes #3221.

f627fd803c3356fe344e09ac172634e93e774332 authored almost 13 years ago
Create new droid type, DROID_SUPERTRANSPORTER.

fixes ticket:3196

fcede64e428e46657db2ef7b0f7bd1ce26b1d91d authored almost 13 years ago
Add an xcode project to run the tests.

Also makes the qslint command line program.

c91f51a3cfd99024c997461efb0c2d4afd8075a4 authored almost 13 years ago
Update the MapUtilities xcode project.

a1fc808e6b425cafbd909230fd973b2289256a9b authored almost 13 years ago
Add a note to prevent repeats of c6a37b45.

bd44c3f8b7904465fe9d3d9a719f271da442b256 authored almost 13 years ago
Merge branch 'bugfixes' into 3.1

* bugfixes:
Update ChangeLog.
Make debug messages work in campaign mode.

7eb89ba6301ef99efadcfadcf69c4f05eea5fcf6 authored almost 13 years ago
Update ChangeLog.

ca033893da6a4c0ab70fa5410e8564bf92bbd685 authored almost 13 years ago
Make debug messages work in campaign mode.

Fixes scavenger walls not exploding from scripts.

Fixes ticket:3194.

851b25cd399935849df5ab217a44597b2570951f authored almost 13 years ago
Merge branch 'bugfixes' into 3.1

1ec8bdb776f28c3cc673ca79abd900163e30eb13 authored almost 13 years ago
fix menu defaults

1be61c6ba65108415ab4787ddee7301f0ef2e640 authored almost 13 years ago
Update ChangeLog.

a2506e3cb8c298d3fd2c24ea1032baaefe1de8c7 authored almost 13 years ago
Turkish translation update by Ayhan Görgülü.

Closes #3192.

2c9886131b24c488bd70d36a2b81437def0002c5 authored almost 13 years ago
Merge branch 'bugfixes' into 3.1

b27a5f9f695bf4fc544706f0777d2de239db2c80 authored almost 13 years ago
Try to find which messages are not getting processed correctly.

3438da390f53c715fb3c96037d2edbdbe9d8539e authored almost 13 years ago
Merge branch 'bugfixes' into 3.1

* bugfixes:
Update the docs for xcode builds.
Update translations.
Update ChangeLog.
Sea...

fa05b8034f3e4780b8750a210da4542418fca746 authored almost 13 years ago
Update the docs for xcode builds.

Also get rid of some odd warnings

8027777e9ca49148836d567394f0d8b5327ec1fb authored almost 13 years ago
Update translations.

e0bcef31c6ba4d4d30eb21db9796c28f1df4cd6b authored almost 13 years ago
Update ChangeLog.

e891b7d46bd8243a186719da591503220bddc574 authored almost 13 years ago
Search data/mp for map files in addition to data/base.

Refs 779b4edcbd2ce1204bb97dbb795ca7e341cc666f.

b5a45c02b07561e574d3c243a4dc13c4f5e336ad authored almost 13 years ago
Bump netcode, since I forgot in last commit.

bdd5969031f813afe1061a70cc220065c7e05790 authored almost 13 years ago
Let the host kick people in non alliance games. (left+right click over ready button of the player you want kicked)

close ticket:3100
close ticket:3121
Fix kick routines that got clobbered by the merge a long tim...

9a005ac66ea5a3abc18a1fec004e22c187438b9d authored almost 13 years ago
Merge branch 'bugfixes' into 3.1

127a7dfa54e0ae5a03c9a5a544c4067f38a20b8f authored almost 13 years ago
Try a alternative fix for 5694a6fded95e7128c6b8222f6895ba200b75432

cdb8c18d045d5ae6d640c0218997adeb80f5d1d0 authored almost 13 years ago
Fix a missed file, broken in 5694a6fded95e7128c6b8222f6895ba200b75432

1a9b109b8997310b8dcaf28b3670e648bdcb7dba authored almost 13 years ago
Remove broken old-1.10 mod Update NSIS for the removal

5694a6fded95e7128c6b8222f6895ba200b75432 authored almost 13 years ago
Adjust the Super Transport gfx, thanks to Mysteryem & Berg.

Adjust speed to make it faster.
Adjust armor to make it much weaker.
Fix Research name.
This is t...

78dd89477c44dc57b6ae88d244fa4e49d9a2a953 authored almost 13 years ago
Try to improve the host screen to fit all 10p and move

limits & start hosting buttons to a better(?) location.

Fixes ticket:3157

ac3b802a44a8e99131198a1e11fd3cfeb355ea88 authored almost 13 years ago
Fix radar/minimap size to adapt to lower resolutions better.

Fixes ticket:2694

bccb89cf37e5a91074ef43e6e6621e00d13c9fbc authored almost 13 years ago
Extending components limit in unit design GUI

Fixes ticket:3160
Limit of components to design increased to 128.

60fb815bf3890724ec9479bd41445dd18a3e1725 authored almost 13 years ago
Set 3.1's qtscript version properly.

b49039fc7defe1ce39174a84ea94784d21502c5d authored almost 13 years ago