164 Commits

Author SHA1 Message Date
rakiru
154166ceaa Add support for Lua require function
Note: This is only require, not the full package system. The list of search
paths is predefined and cannot be altered, there is no C-lib loading
(obviously), etc.
2016-03-17 22:19:46 +00:00
rakiru
4c20dea060 Add prng_jump to allow taking arbitrary steps through the PRNG 2016-01-25 22:50:27 +00:00
rakiru
f87fe1cb99 Add a pseudo-random number generator in C 2016-01-25 22:26:04 +00:00
SneakyB
f1d61323e1 Added net_pack_array and net_unpack_array, also fixed a bug with string unpacking 2015-06-17 00:39:16 +03:00
Ben Russell (300178622)
54550f9cd3 [0.2.1-26] IMA ADPCM sample support (closes #195) 2015-03-11 11:32:34 +13:00
rakiru
d325413c59 Nicer docs 2015-03-08 22:48:40 +00:00
rakiru
b0738dc32a More events docs 2015-03-08 22:40:47 +00:00
rakiru
1860a7ce64 Ducks \__O< 2015-03-01 05:20:26 +00:00
Ben Russell (300178622)
fa4d4b50dd [0.2.1-19] map_render + FBO improvements (closes #176) 2015-02-27 11:05:02 +13:00
Ben Russell (300178622)
9efb32c872 [0.2.1-16] preliminary FBO support 2015-02-23 16:53:23 +13:00
Ben Russell (300178622)
3bb4975a2b [0.2.1-15] preliminary map_render support 2015-02-23 13:39:01 +13:00
Ben Russell (300178622)
1289f478fa [0.2.1-14] GLSL vertex attributes (closes #166) 2015-02-23 11:37:13 +13:00
Ben Russell (300178622)
b71c008536 [0.2.1-13] music volume in clsave/config.json (closes #175) 2015-02-23 10:05:49 +13:00
Ben Russell (300178622)
90c70a9350 [0.2.1-12] fixed non-VBO VAs; made the code more GLES-friendly 2015-02-23 09:50:22 +13:00
Ben Russell (300178622)
383351b659 [0.1.2-9] Add normal information; fix normals for VAs 2015-02-20 17:23:20 +13:00
Ben Russell (300178622)
a1cf5d52ff [0.1.2-8] GLSL shader support! Just needs vertex attributes. 2015-02-20 15:59:52 +13:00
Ben Russell (300178622)
dfe3931cbf [0.1.2-7] multitexturing support; better VA format support 2015-02-20 13:04:03 +13:00
rakiru
48908935fe Added MapEnts chunk type to Icemap, and get/set functions for Lua 2015-02-11 04:18:13 +00:00
Dany0
c5d36de5b0 img_pixel_get 2015-02-11 02:30:03 +01:00
Ben Russell (300178622)
b6549a7bd3 [0.1.2-2] stencil + depth + alpha test access and whatnot 2015-02-10 21:30:22 +13:00
Ben Russell (300178622)
ad24e0ae20 [0.2.1-1] alpha blending 2015-02-10 15:48:40 +13:00
Ben Russell (300178622)
858b484041 [0.2.1] make it build on not-windows. also, better lua search thing. 2015-02-07 18:44:47 +13:00
Ben Russell (300178622)
28dd0d6b9b [0.2a-2] textured VAs, VA bugfixes, PMF offs dropped, fflush on main exit 2015-02-07 10:44:16 +13:00
Dany0
15d8a91f86 City generator framework done
The last thing someone needs to do is grep the whole thing and rename
"citygen" to general map generation framework.
2015-02-05 23:12:27 +01:00
Ben Russell (300178622)
7006faca24 updated modding_101.txt 2015-02-06 09:32:35 +13:00
Ben Russell (300178622)
466befec90 keyboard layouts finally left to SDL's unicode handler 2015-02-05 13:05:33 +13:00
Ben Russell (300178622)
cd27438bfa [0.2a-1] vertex array construction + rendering from Lua 2015-02-04 17:07:53 +13:00
Ben Russell (300178622)
948f5a639f moved gui/event API docs into its own file 2015-02-03 14:32:43 +13:00
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