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
in MP games now.
The Super Transport can carry a max of 10 units, their weights are calcu...
a11d60774ea3db52ff7212175de3009977c4848a authored over 14 years ago
f894586e5cce49afdbae518999f041fadcb5d3d0 authored over 14 years ago
8a01df2f1a9363a2b41eff8d2787aaa5405e9fb4 authored over 14 years ago
1477265908d450557b2fd865c62c007b401701f9 authored over 14 years ago
5b45925a1ced14df1de0695a0f7ec169a1a73364 authored over 14 years ago
Probably fixes other cases of droid order lists getting cleared.
Fixed by simplifying recvDroidI...
from one place to another, and can also be used for quick lookups to see if a particular tile is ...
0c0bcd5c358f42d3ca3f98a0003fcd2db314e3d3 authored over 14 years ago860d70715dc1eee474e15a327ba72da223e75eac authored over 14 years ago
6f2580255378cdd7e39d540730b1e41aaf4be1a5 authored over 14 years ago
c2368d51073b1d8d182d13361d5712e7f02aff64 authored over 14 years ago
1ef4fe7b590456c371df27d558574182a96786bb authored over 14 years ago
and the hack that makes droids phase in walk nodes opportunistically. Now follow path as given.
4bbd0e9b5fb972d4049456a9c89c3caf2829c4a0 authored over 14 years ago955788bfa94d812637c1d5cd54fce2413ffd9331 authored over 14 years ago
This was caused by forgetting to set the delta tick time to 0 when paused. Don't know whether fi...
49e9780f412edab6be982dc3cbd015f078e46493 authored over 14 years agoa31521f75eb1ec4a27d04667ab46d06488437381 authored over 14 years ago
--HG--
extra : rebase_source : b84622c5ee3ddfda891d561327bd4c99a8642362
--HG--
extra : rebase_source : 544022e1eeeac8e22d03d0a59cd98ddb9c220a51
geoOffset is only ever intialised to 192 so make it a constant instead
of a variable.
Signed-of...
5457aefde6d3259f37c04020843d208900c817ed authored over 14 years agoSigned-off-by: Giel van Schijndel <[email protected]>
b5fb5bacf883cac1b1557404cb1d8bb1c6abb063 authored over 14 years ago
These cases of bitshifting are premature optimisations ''only'',
especially since they obscure w...
rendSurface isn't used by rendmode.c, so define it in piemode.c where it
is both used and its co...
Global pointer psRendSurface only ever contains &rendSurface (another
global), provided that it ...
Signed-off-by: Giel van Schijndel <[email protected]>
5a51986e65065e0f583893813999e562b28f3458 authored over 14 years agoSigned-off-by: Giel van Schijndel <[email protected]>
681988a5d4b377b41d4c823f6e3580ff7a346d83 authored over 14 years agoRemove the write only member variable `flags` from struct iSurface.
Additionally remove the mac...
e278f01bcdec5f89425b693e830a472499d40dd7 authored over 14 years ago569fb996937bcfcab5547cb44431f781bcaa3b4b authored over 14 years ago
Store map coordinates in a pair of signed integers as that's how
map_coord returns them.
Signed...
10f2bdede638766ed0ea198d750a00af95fbf110 authored over 14 years agoSigned-off-by: Giel van Schijndel <[email protected]>
5923c455936febbf4303e80f22ac2c8ae431c6a1 authored over 14 years ago
Slight reordering of the call to pie_RotateProject and turn a
todo-message comment in an actual ...
Signed-off-by: Giel van Schijndel <[email protected]>
d6c7690f02922708af5a36c7f9ad3d0b0d0c8458 authored over 14 years ago
Mark the prototypes of all (fixed point) trigonometric functions as
pure. This declares that th...
Signed-off-by: Giel van Schijndel <[email protected]>
83aacc042b4b51ec67643dffcb3956f2fdaa79db authored over 14 years ago
Conflicts:
.hgignore
configure.ac
lib/framework/SDL_framerate.h
lib/framework/cursors.h
lib...
d2739968a3670c3e4cb3db4f4ade1cbe0ff757c9 authored over 14 years ago
a11af2d203ec4171799ce67ca3f9a8332f2adf37 authored over 14 years ago
6473b8eded8eee50ccf61e7e6d412614d6fdc98a authored over 14 years ago
03cc107b846ab190e6649de9911a45881e5c1ecd authored over 14 years ago
125e7ba9ab0403fe3156b8c377d7b7e2d07d7709 authored over 14 years ago
5fa9edc4ade97af82dae1610056b9cc7554e4302 authored over 14 years ago
60c61a89b4b9513f012ee90dd774ce6055e9add4 authored over 14 years ago
Signed-off-by: Giel van Schijndel <[email protected]>
fd740148c35fc1d1bf929488591ff2056ef20962 authored over 14 years agoef4b89420298ca272ef170f3c102f4a862f73b36 authored over 14 years ago
Thanks to Mysteryem for cleaning up the icons and doing some modifications as well so they all m...
3defb7a8da1a5de2a87b6887a9519d261386080e authored over 14 years ago269af78e688e6524f39a85d78dc557a24348dc15 authored over 14 years ago
In 697a97ff18667db61fb65ec792cf87ef1127cb3c, my interpretation of the
performed matrix math was ...
15db57f4059d4de08b40bf987200b7b69770660b authored over 14 years ago
Use multiplication and division instead of bitshifting as its
conceptually easier to understand ...
Wrong ordering reported by cybershpinx
Signed-off-by: Giel van Schijndel <[email protected]>
660f202a9c8283f0951bafc73f525d5d02727824 authored over 14 years ago
Add descriptions of the used matrix math and the internal representation
of matrices.
Signed-of...
697a97ff18667db61fb65ec792cf87ef1127cb3c authored over 14 years ago
The variables [xy]pshift only ever contain the constant value `10`, so
instead of bothering to k...
41338ab0d6ac993f8251d8347731cb15680d6596 authored over 14 years ago
Turn the ticketnotifications and ticketvalidemail Trac plugins into
Debian packages, allowing fo...
b080fb644e157f196786b5feed06770f87b05da8 authored over 14 years ago
git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@11743 4a71c877-e1c...
f146148be9b42b6925bb7ae5cd3e7205899683c0 authored over 14 years agogit-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@11737 4a71c877-e1c...
c3e55dde07381490168acfaa05222242fe171419 authored over 14 years agoRefs #2199.
git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@11728...
42f15a57edf5d7a02d29f69b432927ca4ac4aa05 authored over 14 years agoCloses #2199.
git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@117...
ce3ce77882a0eef9f25fc5217834912d426a6da5 authored over 14 years agogit-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@11735 4a71c877-e1c...
83e21c6cf2e0da961581d51b66bb6bdd8f1fae3b authored over 14 years agogit-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/branches/qt-trunk@11687 ...
9870192aa16a8552fc7bb035a5d1058c1973e1c7 authored over 14 years agogit-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@11716 4a71c877-e1c...
69c518ebf945425e332c1d3b8a472393ea7074dc authored over 14 years ago
Reduce the required shader version for the team-color mask shader to
GLSL 1.10. As a result we ...
git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@11717 4a71c877-e1c...
6c702b05a368a2f3c217a16406c99377e11a60c5 authored over 14 years agogit-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@11715 4a71c877-e1c...
b3b4f3a082f60f1f8e2a65f27531ddede6ef6333 authored over 14 years agogit-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@11706 4a71c877-e1c...
9cbabdd62a1cb1957d0f572406036b7da94b143d authored over 14 years ago
* Change some of the PIE matrix functions to accept floating point
values in the API.
* Ren...
Don't retrieve the current matrix mode prior to changing it, and restore
this mode after drawing...
Allow passing of degrees as floats to the pie_MatRot[XYZ] functions.
This commit further helps ...
3390509fe73f326ddacf0e83d4bd7c45a201ec87 authored over 14 years agogit-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@11701 4a71c877-e1c...
40882cc2c44429c7435548ada5f21162d15fe064 authored over 14 years agogit-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@11704 4a71c877-e1c...
3aacc17431399202814de3385cecf41160b462d1 authored over 14 years agogit-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@11709 4a71c877-e1c...
d01a61bdc1045de2913ccbd10c9afa824b9fc85c authored over 14 years agogit-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@11714 4a71c877-e1...
72464dfe24e2ca5e1a8d9a2ecd715f537240166d authored over 14 years agogit-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@11696 4a71c877-e1c...
b21f92a65d0ac9ad9042bd1c619fbd9540eb08bd authored over 14 years ago
At places where we only need the ''regular'' OpenGL API, not any
extensions, don't #include GLee...
Almost completely (one corner case requires reading GL specs) replace
immediate-mode rendering w...
git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@11685 4a71c877-e1c...
d0e24c96cf13433d88f02fb36cdd73cf41fbcfba authored over 14 years ago
Randomness from http://whatthecommit.com/ :
things occurred
git-svn-id: https://warzone2100.sv...
6d55a3bd5cb2cf3229a1128ae9c7120aaa7efa70 authored over 14 years agogit-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@11690 4a71c877-e1c...
27fb938877d01e7fa841bf2982e8fad768473255 authored over 14 years agogit-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@11689 4a71c877-e1...
780f186dec894be4d1adb0be9097a52d130ff40d authored over 14 years agogit-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@11688 4a71c877-e1...
d6baaff4778938e539aa7f028344a53b1cd28c43 authored over 14 years agogit-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@11681 4a71c877-e1...
746ffaa83623bc525a0b6297e9491642d2d7e82d authored over 14 years ago
Randomness from http://whatthecommit.com/ :
whooooooooooooooooooooooooooo
git-svn-id: https://...
447bba3120a722973cba296a8876f93587d5fb9d authored over 14 years ago
Add a header to allow platform-indepent inclusion of the OpenGL API,
removing our dependency on ...
git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@11678 4a71c877-e1c...
09f6b4627694d50c02096162a349e1f37722253e authored over 14 years ago
Add a header to allow platform-indepent inclusion of the OpenGL API,
removing our dependency on ...
Replace the usage of the depecrated ftransform() function with an
equivalent expression along wi...
Closes #2098.
git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@116...
2e0135626e0884e939fc49f0bd03a6980d7d08ee authored over 14 years agogit-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@11670 4a71c877-e1c...
4cb7957bd0834e9109937cdab97df2f0f5591a38 authored over 14 years agogit-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@11671 4a71c877-e1c...
8e000fa32528d5f0cb4231ef8cf7a78442e757ed authored over 14 years agogit-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@11669 4a71c877-e1c...
b14221a289d0866af7208df7857b4adafbdd86af authored over 14 years agogit-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@11667 4a71c877-e1c...
7284776c386c8b53eb2eadc68f6c9116dafada7f authored over 14 years agogit-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@11666 4a71c877-e1c...
220d310140335132b3f9a2cd9fe541f2465b4070 authored over 14 years agoCloses #2163.
git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@116...
13a1754953187504fdb685d5665502ef32a8de97 authored over 14 years agoCloses #1347.
git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@116...
9147f9b5f3db17185a7e4882de2a5beddd784551 authored over 14 years agogit-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@11649 4a71c877-e1c...
d95995d6828fef506c154a633b8c09fa9f6efdce authored over 14 years agogit-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@11639 4a71c877-e1c...
7ab97781ae6934ec3c7f1d124648af625948e6df authored over 14 years ago
Check if there's a \n at the end, if not, append one. Before, it checked for a
\n anywhere in th...
git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@11637 4a71c877-e1c...
8c79885bc74ce6f51ce62e63a015715241e6a37d authored over 14 years ago- Weaken Flak Cannon and Sunburst a lot more. I'm pretty sure this change makes them too weak, bu...
3f97c795c02d3a4bcd38ed8bfd1426758a10e281 authored over 14 years agoUsing random icons for now, until the right icons are drawn.
d30e97f54e1a06d150bb6561ad4d674e00713346 authored over 14 years ago