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

Fix crash on nexus link take over of building. Send script events

when that happens, also.

f1749582db908ae586643eb512fd8fb7081f913f authored about 13 years ago
Remove utterly useless "specialability.txt"

80951e250fb6d69b624d5a7577da329f77f819c8 authored about 13 years ago
qtscript: Update documentation of queue().

Was missing the already present delay parameter.

3a2c62c05973b4e967595cf45cec248b18c025a8 authored about 13 years ago
Simplify SyncDebugLog.

Removes arbitrary limits on log size and does not assert "Too small". Reduces memory usage sligh...

944a42b149e0573f59a7c1c80d2e4af00bebf48e authored about 13 years ago
Also fire off the eventStructureBuilt trigger when cheating buildings.

This fixes missing minimap if you cheat the HQ.

068b3dce67df5aad932b0438a6fa4efab267cdb0 authored about 13 years ago
Fix POTFILES.in.

5ad56a940392d25359593bd5e8359a95656ac888 authored about 13 years ago
Fix pthread detection on Fedora.

For some reason, it would abort before reaching the correct option, so
move that earlier.

eadfb8a0593e48235f85bc643978a6859765b951 authored about 13 years ago
Remove some unused duplicate data files.

4219e43bcccce61b51a70489804ab7318766de1c authored about 13 years ago
Move multiplayer files to data/mp.

779b4edcbd2ce1204bb97dbb795ca7e341cc666f authored about 13 years ago
Challenges/qtscript: The path to player-specific scripts must now be

specified, so that they can be read from Challenges/ as well.

fa12e968b89b79de02b19b1a66c0f6ff4ce526a2 authored about 13 years ago
Temporary hack to fix T2/T3 for now. Basically just ignoring attempts to research

things that do not exist (instead of having lots of unreachable techs that do
nothing, which was ...

c907d5ab1c554e2fe402ca46bb9d1f9ab96a5360 authored about 13 years ago
Fix NETsetPlayerConnectionStatus(CONNECTIONSTATUS_NORMAL, NET_ALL_PLAYERS), do not overwrite random memory.

Previous behaviour was to overwrite 4 spots in random memory (random location was a
compile-time...

e3534d1f5d5b0b0ac61d129a225f4d8c80d9fba0 authored about 13 years ago
Challenges: Can now override player names, and turn off players entirely.

e688e0aa811240d1cabc71537f42fdd55c523b83 authored about 13 years ago
Make template design available from game start. Make defensive buildings

available without HQ. Increase sensor range of HQ. This closes ticket:3055

3ac7f72687e7ca581597204bffe17174efc789b8 authored about 13 years ago
qtscript: Rename droidFromId to objFromId, since there absolutely no reason to limit it to droids.

0aca484656e44c33264c0c93523827c1d0032d21 authored about 13 years ago
qtscript: Added new event when owned objects are destroyed. Rules Script now

controls whether minimap is shown or not.

a5dffde59ee7f5b8e18a77b46fe66fedfafe228f authored about 13 years ago
qtscript: Document the ability to set scripts for challenges.

91df058c68f0b8d216cb3d72f5d2ac3aa623feff authored about 13 years ago
Challenges: Allow AI scripts for specific players to be entirely turned off.

291ca23ccca79d7c6a8691bd39411d6f3ae43d8d authored about 13 years ago
Challenges: Fix team selection. Fix position lock. Fix tooltips. Show

challenge name in pregame dialog. Allow setting AI for each player.

10faa4c77d0b8729e46066744f81f518eca9d4c4 authored about 13 years ago
qtscript: Prevent divide by zero exception calculating health percentage.

c4ba808b5bd28f118ca8cc2e9da058736bf1c98f authored about 13 years ago
Revert "Balance changes from Iluvalar" pending more discussion

and input from the player community.

This reverts commit e94ba3dbba417b2ea5fd0a10057d65a29c523e17.

b897829756eabba1f1baf8a169fefd9c0c2576c6 authored about 13 years ago
qtscript: Add missing doc entry for setTutorialMode()

dfd7abb15c5b05d6982187ddff9ff7d9da8bbd9a authored about 13 years ago
qtscript: Make playSound work for sounds without id.

d363296d62ae395b78cbdedc7faa3c89415e1d42 authored about 13 years ago
qtscript: Add setTutorialMode(bool) function.

Sets bInTutorial so we can properly restrict players.

bc6ac272cb42cb38a0bf28724ae5f003c92934d3 authored about 13 years ago
qtscript: Add some events related to missions.

2a2e11a48ab2a58f65f3524ed8d531bab485f7d8 authored about 13 years ago
Improve doc slightly.

0b52d1cf5dbe67f71934e0a7cf543b9bb729204b authored about 13 years ago
qtscript: Allow scripts to be run for challenges.

50456e640aa662a93e53ca67fde264241b30906f authored about 13 years ago
qtscript: New global 'version' that gives version number of game.

New object property 'health' that gives percentage damage. New
object properties 'armour' and 'th...

b99ff06c8d99a844da84f9c01663d7f866f12ba1 authored about 13 years ago
Demote warning message to LOG_NEVER

refs #3051

380bf91b7fe226b7e316f2e814ef93d8b300084e authored about 13 years ago
Simplify usage of version_getVersionString().

Suggested by cybersphinx.

0e61944a718da0c943809643819ca621b76bd14c authored about 13 years ago
qtscript: Add droidFromId(), setDroidExperience() and an experience property to droids.

0063e28c289aa5751ef62636b6882f7812605ff6 authored about 13 years ago
qtscript: Rename orderDroidStatsLoc() to orderDroidBuild(). The old version

will remain available for a while to give people time to convert.

97d8d791a97b492138c37129e0cd6d14aad29585 authored about 13 years ago
qtscript: Assert that input to timer/queue/bind functions are quoted functions.

Add modules property to relevant buildings. Simplify and document droid types.

ec6c2b4232e4648238fca0ced384b937894fb125 authored about 13 years ago
Restore version_getVersionString() call for displaying hosted version.

Since actually displaying the literal string "version_getVersionString()" isn't
sufficiently inf...

dd3da3f87b9fcbc8a6b82868d4c66e2c6b9f8b5b authored about 13 years ago
Fix dead pointer cleanup in order lists, fixes desynch on manually picking up barrels.

Only a specific list of order types were cleaned up. The list did not contain
DORDER_RECOVER, so...

814d1527de2a22040b478afbaf840636b33a80e8 authored about 13 years ago
Add swap interval support for SDL 1.2 backend on Windows and Linux.

Refs #3054.

358dcb434a85083e415457d7f07afe95f47f0aa8 authored about 13 years ago
Upload forum member Jorzi new credit screen.

96fdff1ca87123c866f7f5b81f92d03e68560c66 authored about 13 years ago
Add a message for people who host games.

46f66ef71e4c77792863517f39f31ad0dddf7171 authored about 13 years ago
Only ignore buildings at pathfinding destination, not source.

Trucks would build a factory, then pathfind through it on the way to the next
factory, and get s...

9cdcadc266ddfa2526a21a4174d4185ca7cc6868 authored about 13 years ago
Balance changes from Iluvalar.

BODIES

Tiger (Body9REC)
price: 71$ => 91$
prod:420 => 534
armour 20.25=>17
HP:284=>204

Scorpio...

e94ba3dbba417b2ea5fd0a10057d65a29c523e17 authored about 13 years ago
qtscript: Add removeReticuleButton()

a4b11e14fc98ed51856304a5faf50b4f89db3eb2 authored about 13 years ago
qtscript: Fix result offset from pickStructLocation()

668aec6d063e2d9023fd2b0be9d75742669be678 authored about 13 years ago
Fix dead pointer usage on factory destruction during secondary order editing of said factory.

Right-clicking a factory just before it's destroyed no longer crashes.

aaf0fb87983f0a73834b2e7160c8f6337b86dec0 authored about 13 years ago
Fix scrolling at ridiculously high framerates.

Affects scrolling due to using the arrow keys or moving the mouse to the window edge.
Scrolling ...

2249996f1c7779bb9f6b3be82d6ae207c5aa69f5 authored about 13 years ago
Save droids/structures/features using alphabetically-increasing section names.

Since the .ini sections are currently alphabetically sorted by QSettings, this means later
loadi...

52c74a4b0c6b960865cdfb40daad24a2b3550388 authored about 13 years ago
Clean up some trivial warnings from last commit.

5d35cd67a5a091d3be55cd8d8f481537192ebf6f authored about 13 years ago
Redesign lobby screen.

Now shows if the host has disabled tanks or cyborgs or VTOLs.
Legend: Red blip means can't join g...

617e4c01e1a82e4058a38b0973b8eb9a68807d7b authored about 13 years ago
Only require moc if we are going to use it for anything.

Currently moc is only used if the Qt backend is in use.

0a4e841b1a47c004466d5eb76d680c767543c877 authored about 13 years ago
Fix research cancellation not registering in UI.

If cancelling a research, then the next completed research in the same facility would linger aft...

03833edf3fc5c5f726f507d5352635fba9c7e475 authored about 13 years ago
Add some (int) casts for C++11 compatibility.

Reported by cybersphinx.

c67e49c7ec5cb08a6d803a4320973890d90e22f9 authored about 13 years ago
Enable/disable the correct colours.

Introduced in 5fa3d50f0ccce83700b4fe6c2dea733ead822848.

Fixes ticket:3043.

7656d2f84b2db85b373fc0678a5997a8b2c19d37 authored about 13 years ago
Implement MMB rotation for Qt backend.

RMB rotation broken in f32614b6e7d74da38043609fbab8937258a2af1e.

Broken RMB rotation changed to...

3879ebb935d64cd631499fb29a7c27da94489727 authored about 13 years ago
Remove left-over code in pre-multiplied tool.

Made the brightness of the alpha-blended texture be treated as the alpha mask itself.

b06e3b331274bad499e1e417cb820a526b9efb83 authored about 13 years ago
Fix console to handle strings that are multiline strings normally. (ie: hello\nblah now is handle as being given as two inputs to correct the line counters)

4211ba77ed992cb96653aef1b807e76042779392 authored about 13 years ago
Update MSVC solution broken in 545eb5c272bf3f0bb5993fd551d7002428798d09

MOD authors take note that if you used those, your mod is now broken.

f53811d5b616d364b951788a3cf931604e6d0fc9 authored about 13 years ago
Use a better naming scheme for the doc tarball.

cb5842b3d1123af2c6544ccec2d76b60742162c8 authored about 13 years ago
qtscript: Add setScrollParams(), addStructure(), loadLevel()

287be0d51c5f48b024f59834e5c1935871f0195f authored about 13 years ago
Fix ChangeLog.

d94be63ad8f6b74f2a7d70dce02cad6ba77fbb92 authored about 13 years ago
Merge remote-tracking branch 'nanotech/topic/mac-window-icons'

* nanotech/topic/mac-window-icons:
Qt: Don't set a window icon on OS X.
SDL: Don't override ...

9781a6e7c2a1bec8fc4ed4de2e567f24477f108b authored about 13 years ago
Use the included QuesoGLC.

Adds Fribidi as an independent framework.
Also clean up some file references in the xcode projec...

6855e2a51df3238b3561910de639ebdc66ac364f authored about 13 years ago
Fix errors introduced by ac550ac.

600ae8525ab3b913e3b9c9cbb909e7c918e7ce4d authored about 13 years ago
Remove outdated win32 files from quesoglc.

d7adba90d493b1a52e5ecb5fb058abffdc99db3a authored about 13 years ago
Update translations.

bd495c0739669b8799a8659d403eb8fc37524e02 authored about 13 years ago
Restore verbose lobby error message.

048a97e3e6f75cd915ea49ad268d7631eef75e55 authored about 13 years ago
Update POTFILES.in.

27164ca3edb6b4c8a46ccf37f8e835f78e3d5dd1 authored about 13 years ago
Fix quesoglc Makefile.am.

25d98aff422addf5d0c9b36bd892875999425cb6 authored about 13 years ago
Fix ChangeLog date.

f8a49e764f5faf8a339204729928ca6c70f512f8 authored about 13 years ago
Show the backend we are using in the version string and also in the crash report file.

Closes #3034.

9387b398fe4f79919fa2c4dd437aca8adf89b8ca authored about 13 years ago
Increase major netcode version.

d75706902375057604a8e5f32299d3c41b98554f authored about 13 years ago
Revert the new bsonlobby.

Closes #3040.

Revert "Remove bson from project files."

This reverts commit 5c24f7b71688c64bef5...

ac550acd58b9f65bf0a4f68b02131b0f108d1021 authored about 13 years ago
Integrate QuesoGLC.

Since no fixed release is out at the moment, always use ours.

Closes #2828.

9cb0afa9b80141bc24c859ddb0fda9f25cc943b6 authored about 13 years ago
Update ChangeLog.

95d09c169be04d1057e0e5f0014ad762d18fb202 authored about 13 years ago
Fix problem with loading savegames from skirmish. Problem was that we

did not know what kind of game we are loading while loading it, so cannot
deploy special exceptio...

03cc4b539486ac12cabdc100ffb858ae94d41ccc authored about 13 years ago
Externalize the WarzoneHelp bundle.

f60f172b627f3d173125ecbf2aa7a5495f357e21 authored about 13 years ago
Add tool for composing an additive effect followed by an alpha-blended effect into a single pre-multiplied alpha effect.

532ff19b22ca6ae91d158c0556ad1da6eeed56d7 authored about 13 years ago
Squelch enum abuse warning-errors.

0dbf008bc4690a71600297e0ca88922f20288ec4 authored about 13 years ago
Fix ticket:3033, loaded droids get zero resistance.

85e9598f21c0aed30588c22d7c426cadb7ea5f10 authored about 13 years ago
Fix mac build broken by c6b5fdd.

b16915594474a2b2b0b0b953d5e944328338ff0d authored about 13 years ago
Fix bug that would add an empty string at end of research explanations.

9799722c7955ba8ff3d3c4c0797ed86bd44aad58 authored about 13 years ago
Only clean up the VIEWDATA relevant for the resource being destroyed.

Apparently the resource destruction system is also fine grained.

58d0295cf0eeedf25f599771d91bb409ec4776ab authored about 13 years ago
Fix crash on placing beacons.

3462f7b5cd02959f05661f48c9f20ca10947a29d authored about 13 years ago
Even more message code cleanup.

2a8d1dab30f6cdc10af094f55a752e1513b2d419 authored about 13 years ago
Move VIEWDATA_LIST handling into local scope.

c384c39647599ef8b6a5bc64d7144e2c7a1dd281 authored about 13 years ago
Use a QMap for holding the VIEWDATA array. Reduces the code size a bit.

c6b5fdd6a23f421be580dd74a366892d1b1e1639 authored about 13 years ago
Adjust the xcode project for the changes made in 545eb5c.

62e4c65b6353985bf3baf801dc030c3592a27a47 authored about 13 years ago
Remove tabs and fix missing braces in research message data.

a695355881cf7b87486c666dbac96f2d9d2427c0 authored about 13 years ago
Output utf8 from research messages

cba727f1b79031de599635af3a997c604360b2b9 authored about 13 years ago
Convert research message data to ini file format.

545eb5c272bf3f0bb5993fd551d7002428798d09 authored about 13 years ago
Fix CAM3C script from failing at start.

No idea why it used to work.

555cb0dfa79bb4c4ccf0c4649d52ee09067ad59f authored about 13 years ago
Remove gameTimeStart assert.

gameTimeStart sometimes does get called to many times, but easier to just ignore that.

2255251e06a52ec049c09b98aa5f9a2f53645970 authored about 13 years ago
Do not treat pointers as 32-bit integers when comparing values in scripts.

When comparing two RESEARCHes, compare RESEARCH::ref, since the pointers may apparently be diffe...

8cca01dfe281fbaf2676efedc461f41cbd436528 authored about 13 years ago
German translation update by Kreuvf.

Closes #3035.

c4200b9cd5f7202c2d585818ae6108d7a1ef3b81 authored about 13 years ago
Update translations.

50a7cbef297c23b4df893f385d4b7a058605a054 authored about 13 years ago
Hopefully remove the right files this time (see parent commit).

8da55ce44b76c16aff787b6106e7e2952f3cf784 authored about 13 years ago
Remove removed research message files from po/POTFILES.in.

2893287e4f0e5a6fdcd3aec50e43d81154d9a80c authored about 13 years ago
Render baseplates before shadows.

a4d518102079af2bb670c51ad5641b53e89e03b5 authored about 13 years ago
Add a premultiplied alpha render mode.

To render explosions with it, add a connector:
CONNECTORS 1
0 3 0

Fixes ticket:3024.

f3ba2378e54ab0557db4a20c876043f8be059906 authored about 13 years ago
Change scshapes and tshapes from C std::vectors into real std::vectors.

17d7222aa96452160121c0309e849c62374b3b35 authored about 13 years ago
Remove redundant gameTimeStart().

Fix remaining false → NULL, too.

eed0d144c269b77352a8b16835d80d24a7a8468e authored about 13 years ago
Clean up message loading a bit. Remove unused research messages for skirmish.

Fix some return false instead of NULL.

82f4369beffd89431b743492abb04a0684c67aec authored about 13 years ago