136 Commits

Author SHA1 Message Date
Ben Russell (300178622)
bcecc9b914 [0.2] version bump and all that jazz. uploading a new release! 2015-02-02 19:33:05 +13:00
Ben Russell (300178622)
ceafe9af1e [0.1.2-14] fixes for ARM. also, misc lua fixes. 2015-02-02 13:58:20 +13:00
Ben Russell (300178622)
b955589171 [0.1.2-12] Fixed client timing so a frame limiter can be dropped in 2015-01-29 14:37:07 +13:00
Ben Russell (300178622)
f63e2db74d [0.1.2-11] Happy two new years! Import from TheHole. 2015-01-29 09:39:05 +13:00
Ben Russell (300178622)
40938dd0a7 updated docs for 0.1.2-10 2013-11-25 18:38:11 +13:00
B R
2ab3e8bad1 [0.1.2-6] added JSON writer 2013-10-30 01:32:36 -07:00
Dany Menko
2b65f92a1a Dany0 can into webdesign (maybe?) 2013-08-25 16:58:38 +02:00
Francois Truphemus (melchips)
d5f0da048d [0.1.2-3] added 'gl_quality' option to set render quality of OpenGL draw calls (when at 0, rendering is faster on older systems) 2013-08-05 21:00:00 +02:00
Ben Russell (300178622)
6dc2b18148 [0.1.2-2] preliminary PNG loader (8bpc RGB/RGBA-only for now) 2013-08-05 23:28:02 +12:00
Ben Russell (300178622)
d5d599eac6 updated heartbeat protocol to v2; fixed some bugs wrt blocking and whatnot 2013-08-02 10:43:52 +12:00
Ben Russell (300178622)
203231c506 docs mentioning iceball:// URLs 2013-08-01 19:55:56 +12:00
Ben Russell (300178622)
4d1e9ad2bb [0.1.1-7] semantics for image scaling changed; image scaling works in softgm! 2013-08-01 12:01:50 +12:00
Ben Russell (300178622)
0bb9d8bfb0 [0.1.1-6] hypothetically fixed a bug with scale loading ints rather than floats - this is why you test your code 2013-08-01 11:10:00 +12:00
Dany Menko
719c05f2d8 Scaling images support (opengl only)
I needed that for my new super user-friendly and cool loading super screen, I'll finish the softgm version tomorrow.
Also took care of some  warning I had.
2013-07-31 23:14:02 +02:00
Dany Menko
89d6c84919 Forgot to push commit the docs 2013-07-31 18:08:24 +02:00
Ben Russell (300178622)
d31aad8fda heartbeat server now sends HTTP stuff 2013-07-31 14:56:16 +12:00
Ben Russell (300178622)
a8119ad35a [0.1.1-4] server.port defined. also, heartbeat server starting to take shape, though you can't actually READ the list from another comp yet. 2013-07-31 13:20:19 +12:00
Ben Russell (300178622)
072d5707ab preliminary heartbeat crap 2013-07-21 15:27:51 +12:00
Ben Russell (300178622)
f59063c97c [0.1.1-1] raw UDP support \:D/ 2013-07-21 14:46:42 +12:00
Ben Russell (300178622)
eb18424eec [0.1-9] raw socket whitelist implemented 2013-07-17 19:32:17 +12:00
Ben Russell (300178622)
02df41ffc4 [0.1-5] added an option to swap the quad order for very rare GPUs like the Intel 3000 HD 2013-07-08 11:58:15 +12:00
Ben Russell (300178622)
a37592749f [0.1-3] frustum culling for OpenGL 2013-07-07 12:07:02 +12:00
Ben Russell (300178622)
8ec8bce16c [0.1-2] s/itoa/snprintf/, altered + documented API + changes, fixed inf nades 2013-07-03 11:24:40 +12:00
Ben Russell (300178622)
de434646d4 [0.1] fixed an oversight where json files couldn't be sent.
anyhow, iceball-0.1.zip is about to be uploaded :D :D :D
2013-06-27 18:22:37 +12:00
Ben Russell (300178622)
f5dbfe15dd removed a bit more spam; added the strategies from the AoS Wiki which might be useful 2013-06-25 11:35:20 +12:00
Ben Russell (300178622)
e073433273 [0.0-53] misc stability improvements; also updated some docs 2013-06-24 14:38:26 +12:00
Ben Russell (300178622)
75e0fa6ea2 [0.0-51] ENet protocol support! 0.1 will be ready after some testing. 2013-06-24 10:12:52 +12:00
Ben Russell (300178622)
1d56595542 [0.0-50] network rearchitected to refer to net handes, not sockfds, for the Lua side 2013-06-23 18:37:26 +12:00
Ben Russell (300178622)
087cfd1cea [0.0-49] kicks are handled gracefully now; server can kick from the lua side; framework starting to be laid for ENet support 2013-06-23 15:50:29 +12:00
Ben Russell (300178622)
d03c7bb51a [0.0-48] OpenGL chunk tesselation stuff improved; client.renderer for determining which renderer a user is using 2013-06-21 14:18:21 +12:00
Ben Russell (300178622)
802d3cdd1e [0.0-47] binary file loading/saving support! now you don't need to serialise stuff as pmf 2013-06-20 17:11:24 +12:00
Ben Russell (300178622)
da413a95f1 [0.0-45] tutorial added; sackit updated 2013-06-08 16:27:07 +12:00
Francois Truphemus (melchips)
8537585afa Added doc for the OpenGL renderer and a warning if malloc failed in OpenGL renderer 2013-05-04 11:24:58 +02:00
Francois Truphemus (melchips)
eb5e2960a9 Fixed doc about mod template 2013-04-27 15:06:05 +02:00
Ben Russell (300178622)
6de42fdbc7 [0.0-42] gl_expand_textures is available if your gfx chip is old 2013-04-26 11:34:46 +12:00
B R
cbeea4dad7 added "vbo" to setup_json 2013-04-25 12:21:35 -07:00
Francois Truphemus (melchips)
e2cf36f2d6 Added chunks rendering options in game engine config files and fix for chunks rendering per frame count 2013-04-24 19:14:47 +02:00
Francois Truphemus (melchips)
3a67c5aee5 Soft tabs converted to hard tabs 2013-04-18 11:31:38 +02:00
Francois Truphemus (melchips)
70fed5209f Added in OpenGL rendering : smooth lighting, anti-aliasing and rendering of visible faces only 2013-04-18 09:16:48 +02:00
B R
d28acb9318 fixed docs 2013-03-28 15:12:45 -07:00
Ben Russell (300178622)
87886216bc [0.0-32] added .it / ImpulseTracker module support - see "sackit" in my github acct 2013-03-20 20:48:21 +13:00
Ben Russell (300178622)
a97df70b43 [0.0-30] clsave/config.json supported! also updated a few docs slightly. 2013-03-16 12:34:00 +13:00
Ben Russell (300178622)
968949f77a updated docs 2013-02-19 16:02:09 +13:00
BR
f5f40c0811 added 0x20 documentation 2013-02-09 17:45:15 -08:00
BR
8b1f6dfc25 small doc changes 2013-02-02 18:08:01 -08:00
Ben Russell (300178622)
d3c20a1edc player game modes settable with /gmode; spec not really ready yet 2013-02-01 21:30:12 +13:00
BR
e5826f602f team scoring 2013-01-24 11:01:14 -08:00
triplefox
a39a49765d some docs; clean out an unneeded event definition 2013-01-18 21:42:11 -08:00
triplefox
19cdcdb942 set side shaders from lua. increment version. add some doc on sides mapping 2013-01-18 19:45:57 -08:00
Ben Russell (300178622)
ff43f42249 preliminary per-face shading 2013-01-17 20:57:47 +13:00