Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-27 | Letting the user's choice on how to call Balau's main. | Nicolas "Pixel" Noble | |
2013-08-12 | Fixing a few more things, added BigInt to ints conversions, and added the 64 ↵ | Nicolas Noble | |
bits read / write versions for LuaHandle. | |||
2013-08-02 | Adding AtStartAsTask and AtExitAsTask concepts. | Nicolas "Pixel" Noble | |
2013-07-31 | Added a few forgotten references. | Nicolas "Pixel" Noble | |
2012-09-05 | Proper handling of argc / argv. | Nicolas "Pixel" Noble | |
2012-04-06 | Making it simplier to register a task and wait for it. Also renamed ↵ | Pixel | |
createTask to registerTask, which makes way more sense. | |||
2012-04-03 | Reworking a bit the way the queues are working, and thus, the way the ↵ | Pixel | |
LuaTMainTask queue works. | |||
2012-04-01 | More code cleanup. | Pixel | |
2012-03-27 | More code cleanup | Nicolas "Pixel" Noble | |
2012-02-28 | Useless variable. | Nicolas "Pixel" Noble | |
2011-12-04 | Reworked some things in the architecture, mainly exceptions and asserts. | Pixel | |
-) Removed Assert() -) Added AAssert(), IAssert(), RAssert(), TAssert() and Failure() -) Reworked all asserts in the code, and added meaningful messages to them. -) Changed the way the startup code is generated; BALAU_STARTUP is no longer necessary. | |||
2011-10-09 | More work on the Task manager. | Pixel | |
Now "Main" is a Task, among the most important changes. Introduced the notion of Events, and managed a coherent task switch. Also, renamed a lot of the variables to have a more coherent naming scheme. | |||
2011-10-03 | First commit - very basic features. | Pixel | |