Ben Russell (300178622)
f26ded9a7b
[0.2.1-37] fixes for ARM clients
2016-04-23 06:05:08 +00:00
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
307bc3879e
[0.2.1-35] Version bump (PRNG support)
2016-01-25 22:51:13 +00:00
Ben Russell (300178622)
f8eb5c070b
bump version to 0.2.1-34
2015-11-02 12:39:29 +13:00
Ben Russell (300178622)
63389f4ca1
[0.2.1-33] fix issue with a given assertion
2015-11-01 08:00:09 +13:00
rakiru
fdbf7ada50
malloc => calloc, and bump version
2015-10-25 01:03:51 +01:00
rakiru
e41ccb372f
Bump version
2015-10-20 23:08:45 +01:00
Ben Russell (300178622)
6a0cfee490
added version.lua changelog; fixed Makefile.dedi
2015-06-17 09:56:28 +12: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)
6a8aa56946
[0.2.1-29] preliminary B-format mixer
2015-04-09 10:44:34 +12:00
rakiru
8d5f7c885d
...and I was working on an old copy - version bump (also, closes #198 )
2015-03-21 20:42:12 +00:00
rakiru
b340be4c88
Fix infinite loop on fast hardware (and maybe a low-resolution timer - fuck knows what we/mingw use) due to delta time being zero
2015-03-21 20:37:15 +00:00
Ben Russell (300178622)
bb2f0bf7b3
use newer sackit playback API ( closes #84 )
2015-03-12 16:05:17 +13:00
Ben Russell (300178622)
54550f9cd3
[0.2.1-26] IMA ADPCM sample support ( closes #195 )
2015-03-11 11:32:34 +13:00
Ben Russell (300178622)
55d5c79974
[0.2.1-25] png screenshot support
2015-03-05 12:29:26 +13:00
Ben Russell (300178622)
ff8b7d0c88
[0.2.1-24] sackit dependency dropped from dedi builds
2015-03-03 10:16:39 +13:00
B R
f699a6dad3
[0.2.1-23] Sandbox the image dumper properly
2015-03-01 16:35:26 -08:00
Ben Russell (300178622)
283507bc26
[0.2.1-22] fix gl_flip_quads ( closes #187 )
2015-03-02 09:56:18 +13:00
rakiru
2152e9ac61
Bump version after merge conflict
2015-03-01 05:11:39 +00:00
Felix Kaaman
cb002c7746
Remove unused shader objects, bump version
2015-03-01 03:34:03 +01:00
Ben Russell (300178622)
f26d7a2cf9
version.lua for -19
2015-02-27 11:07:07 +13:00
Ben Russell (300178622)
3b634bf763
[0.2.1-18] remove a glFinish() (speeds things up); improved plebshader
2015-02-25 10:16:18 +13:00
rakiru
a2e4f353f2
[0.2.1-17] Forgot to bump version
2015-02-24 05:28:01 +00: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)
735ca9ff60
[0.2.1-11] here's one for those who don't like shaders
2015-02-22 09:32:12 +13:00
Ben Russell (300178622)
4096ffbe45
[0.2.1-10] fix a crash in img_blit_to w/o screen; faster text print on Lua side!
2015-02-21 11:19:12 +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
Dany0
6620c7b3b7
#160 fixed, bumping the version
2015-02-16 17:28:09 +01:00
Ben Russell (300178622)
a691524935
[0.2.1-5] attempt to fix map_free after map_new
2015-02-12 12:07:42 +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
B R
fc2cbc784d
[0.2a-7] Properly fix execv behavior on Windows ( closes #126 )
2015-02-06 19:58:30 -08:00
Ben Russell (300178622)
ebee643a06
[0.2a-6] PMFs shouldn't have subtle point overlaps now
2015-02-07 15:42:22 +13:00
Ben Russell (300178622)
dadc4b968f
[0.2a-5] if anyone complains about this fix tell them to get a real OS
2015-02-07 15:05:21 +13:00
Ben Russell (300178622)
404c8bf619
apparently that's not fixed. fuck windows. fuck it so much.
2015-02-07 13:52:43 +13:00
Ben Russell (300178622)
66f45e17a1
[0.2a-4] windows can die in a fucking fire
2015-02-07 13:35:37 +13:00
Ben Russell (300178622)
639cb10ed5
[0.2a-3] fix goofup when adding textures - also hey look kv6s
2015-02-07 13:24:31 +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
Ben Russell (300178622)
43be7de1e9
fixed a derp in version.lua
2015-02-04 17:13:46 +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)
2a01834a5c
fixed transcription error in version.lua
2015-02-03 21:33:04 +13:00