aboutsummaryrefslogtreecommitdiff
path: root/code/game.odin
Commit message (Expand)AuthorAgeFilesLines
* Replace `import_load` with `using import .`Ginger Bill2017-08-271-222/+0
* Update old demosGinger Bill2017-06-211-78/+78
* Update and regression test old demosGinger Bill2017-04-021-39/+46
* Semicolons are required; `when` condition for certain file scope declarations...Ginger Bill2016-12-011-94/+94
* #rune "" to ''; Remove infix and postfix call notationGinger Bill2016-11-281-1/+1
* v0.0.3 BuildGinger Bill2016-11-171-4/+3
* Separation of certain instructions for better clarity.Ginger Bill2016-10-231-1/+2
* Minor Style FixesGinger Bill2016-10-221-5/+7
* Untyped `nil`Ginger Bill2016-10-061-5/+5
* Update Standard Library; Fix Type_Info for integersGinger Bill2016-09-281-1/+2
* Demo 003Ginger Bill2016-09-221-1/+1
* Fix enum type comparison; Start demo 003 codeGinger Bill2016-09-211-1/+1
* Filename as default import name; as .; as _; panic()Ginger Bill2016-09-211-3/+3
* Call expression, either handle all or ignore all results.Ginger Bill2016-09-161-4/+4
* #file #line directivesGinger Bill2016-09-151-20/+21
* Fix namespacing issues for #import; allow using ImportNameGinger Bill2016-09-141-35/+39
* Switchable array bounds checkingGinger Bill2016-09-121-0/+207