Commit graph

2023 commits

Author SHA1 Message Date
Henrik Rydgard
d5fdf2271e Project cleanup 2012-11-22 18:55:39 +01:00
Kovensky
9e08523ced Nothing actually requires malloc.h
It's ancient pre-ISO-standard history. Forget about it.
2012-11-18 21:43:03 -03:00
Kovensky
b17119f2c6 Fixes for compatibility with FreeBSD
backtrace.cpp assumes that anything non-windows is linux.

stb_vorbis.c includes malloc.h which has been deprecated since the 90s
on all implementations other than MSVC.

The stat64 hack in file_util.cpp is only needed on linux.

http_client.h also assumes non-windows is linux.
2012-11-18 21:41:44 -03:00
Henrik Rydgard
ac910d7e75 Fix Windows and Android builds. 2012-11-05 15:42:21 +01:00
Arthur Blot
5b5618d32d Added ~PSP decryption system using kirk-engine 2012-11-05 14:59:38 +01:00
MrOrdinaire
a13616e684 fix missing #include's and missing CMake linking directives 2012-11-03 10:34:06 +08:00
MrOrdinaire
a0943beedf fix inconsistent file naming 2012-11-03 01:04:44 +08:00
Henrik Rydgard
33b82fa077 Various 2012-10-31 20:42:43 +01:00
Henrik Rydgard
ce2be356b2 Add stb_image as an alternative to libpng. 2012-10-26 11:19:07 +02:00
Henrik Rydgard
1c1889c726 WIP 2012-09-28 10:01:01 +02:00
Henrik Rydgard
743631c217 Warning fixes. add comments about OpenGL 3 context in SDL. 2012-09-01 15:16:23 +02:00
Henrik Rydgard
4de7dc1b06 Merge branch 'master' of github.com:hrydgard/native into HEAD
Conflicts:
	ext/stb_vorbis/stb_vorbis.c
2012-08-31 13:11:40 +02:00
Henrik Rydgard
c1d198914c Minor fixes 2012-08-31 12:11:11 +02:00
Henrik Rydgard
3a533ad74c Misc 2012-08-29 13:46:28 +02:00
Henrik Rydgard
04cdca530b Add Android.mk that generates a static library, for convenience. 2012-07-26 17:42:19 +02:00
Henrik Rydgard
4fb4124e0a Fixes from fixing the mac port 2012-07-18 12:03:51 +02:00
Henrik Rydgard
a1f8b7e6e1 Listable, json tweaks 2012-06-03 17:24:33 +02:00
Henrik Rydgard
a8eda0db12 Minor stuff 2012-05-06 12:45:59 +02:00
Henrik Rydgard
9d158fcf2d vjson: Add simple accessors for getting arrays and dicts 2012-05-05 21:16:03 +02:00
Henrik Rydgard
7772433257 Floats may look like ints in json. 2012-04-12 17:46:02 +02:00
Henrik Rydgard
3f40c740e2 Make vjson look in the local file system if it can't find it in the VFS. 2012-04-12 17:26:56 +02:00
Henrik Rydgard
315e225684 Add glew 2012-03-27 23:25:04 +02:00
Henrik Rydgard
22dfdd2832 Initial commit 2012-03-24 23:39:19 +01:00