Commit Graph

575 Commits

Author SHA1 Message Date
Erik Svedäng
a6e052d98c solved severe bug in constraint solver, fixed the game 2016-03-17 23:37:50 +01:00
Erik Svedäng
f75a7ddb61 error when a lambda fails to concretezize during compilation 2016-03-17 22:19:40 +01:00
Erik Svedäng
9fddbab5f4 speed function 2016-03-17 21:35:31 +01:00
Erik Svedäng
0d7a1a3085 http://gliese1337.blogspot.se/2012/04/schrodingers-equation-of-software.html 2016-03-17 21:32:11 +01:00
Erik Svedäng
bda6279085 more todo 2016-03-17 21:22:37 +01:00
Erik Svedäng
389372ab49 thought about argument order to lenses 2016-03-17 21:21:43 +01:00
Erik Svedäng
3fad0a3826 add http://klisp.org/#about 2016-03-17 21:16:13 +01:00
Erik Svedäng
d8d6933d52 can return user defined types in lambdas called by ffi 2016-03-17 21:12:25 +01:00
Erik Svedäng
50ef7a3ef8 ship movement! 2016-03-17 20:34:56 +01:00
Erik Svedäng
81136fa681 screen coordinates 2016-03-17 20:10:24 +01:00
Erik Svedäng
6c680ab3b6 missed one place 2016-03-17 19:59:21 +01:00
Erik Svedäng
0752c724af made double the default number type, and made tests work with that 2016-03-17 19:57:00 +01:00
Erik Svedäng
b47987a110 glfwGetTime produces a double 2016-03-17 19:42:00 +01:00
Erik Svedäng
2692f1f3eb remove log statement 2016-03-17 19:31:17 +01:00
Erik Svedäng
960847893e added stuff for doubles 2016-03-17 19:29:35 +01:00
Erik Svedäng
4c58b42c7e can read and print doubles 2016-03-17 12:20:53 +01:00
Erik Svedäng
39cb5b4291 key codes 2016-03-17 11:41:15 +01:00
Erik Svedäng
32ee77a9b5 concretizise??! 2016-03-17 11:25:49 +01:00
Erik Svedäng
8761dfa94b bools seems fine now 2016-03-17 10:53:04 +01:00
Erik Svedäng
a4418dc98f separate bool type implemented 2016-03-17 10:37:29 +01:00
Erik Svedäng
b5e50fec1c even nicer 2016-03-17 09:42:31 +01:00
Erik Svedäng
93c5a39d2a nicer delete function 2016-03-17 09:41:08 +01:00
Erik
7c8d7f773a domap implemented 2016-03-16 18:42:06 +01:00
Erik
a88932a1f4 "count" for arrays 2016-03-16 18:35:35 +01:00
Erik
634cf3ae76 fixed bugs with import of header files etc 2016-03-16 18:25:06 +01:00
Erik
e97fe1fab3 more todo 2016-03-16 18:00:57 +01:00
Erik
5955f9d7b8 todo 2016-03-16 17:57:06 +01:00
Erik
629f41724e use < and > in generic names 2016-03-16 17:56:20 +01:00
Erik
e52a11ad1b failed to improve macros :/ 2016-03-16 17:09:49 +01:00
Erik
2d2ccad935 can print chars 2016-03-16 16:14:31 +01:00
Erik
cd0b822aaf remove blergh 2016-03-16 15:58:31 +01:00
Erik
6bcdb06600 solved bugs with printing of structs 2016-03-16 15:44:48 +01:00
Erik
04d9682cfc time for new stuff 2016-03-16 13:48:45 +01:00
Erik Svedäng
4b18a256fc fixed failed test with "nth" 2016-03-16 11:26:58 +01:00
Erik Svedäng
08bdbf3909 "nth" has correct signature 2016-03-16 11:14:32 +01:00
Erik Svedäng
8fa70b292c can draw a line strip from an array of Vec2 2016-03-16 11:10:36 +01:00
Erik Svedäng
6d9cf03dd9 annotation 2016-03-16 10:32:56 +01:00
Erik Svedäng
dd0df245b4 fixed bugs with sending lambdas as args to ffi 2016-03-16 10:01:46 +01:00
Erik Svedäng
1893f692dd can call lambdas (uncompiled) from ffi functions (compiled) 2016-03-16 09:35:27 +01:00
Erik Svedäng
8fe1f469f3 tiny fix 2016-03-15 23:48:58 +01:00
Erik Svedäng
709618ac58 can send file to carp on command line 2016-03-15 23:46:34 +01:00
Erik Svedäng
3edab8d5b8 tweaks 2016-03-15 22:57:53 +01:00
Erik
f6a381850f updated readme 2016-03-15 22:48:50 +01:00
Erik
7f3523a042 game example 2016-03-15 22:44:44 +01:00
Erik
0cdda6fc98 type annotations for functions 2016-03-15 22:08:15 +01:00
Erik
9aa0e329e5 removed weird "red" function 2016-03-15 18:31:23 +01:00
Erik
14d2f759c6 removed the gl-constants sub project 2016-03-15 18:29:22 +01:00
Erik
e726c469be basic support for globals 2016-03-15 16:48:25 +01:00
Erik
cacf81aee2 globals infrastructure beginning 2016-03-15 16:35:17 +01:00
Erik
f76da47ee0 boot sequence cleanup, gl is a "module" now 2016-03-15 15:59:15 +01:00