Created open game functionality in the player. Fix #37.
[rodin/chimara.git] / tests / main.c
2009-11-24 Philip Chimento- Get VPATH build to work
2009-11-22 Marijn van VlietAdded first version of hyperlink support. Only textbuff...
2009-10-25 Philip Chimento- Feeding input programmatically to the Glk program...
2009-10-21 Philip Chimento- Fixed a bug that made Nitfol crash since [130]
2009-10-13 Philip ChimentoAdded chimara_if_run() which, given a game file, autode...
2009-10-11 Philip ChimentoImplemented the 'waiting' signal on the ChimaraGlk...
2009-10-11 Philip ChimentoImplemented the signals 'char-input', 'line-input'...
2009-10-07 Philip ChimentoAdd Glulxe and Git. They compile but don't work yet.
2009-09-13 Philip ChimentoSome cosmetic fixes, like giving a window the focus...
2009-09-13 Philip ChimentoFixed bug in text grid line input that obscured a new...
2009-09-13 Philip ChimentoAdded an initialization function, which must be called...
2009-09-11 Philip ChimentoUnref UI manager when done
2009-09-11 Philip ChimentoUpdate the interface definition to use the new version...
2009-06-09 Philip ChimentoMoved startup code to the Glk thread. Now Frotz works...
2009-06-05 Marijn van VlietAdded a better default font, line spacing and margins
2009-05-23 Marijn van Vliet * Added the game anchorhead to test
2009-05-23 Philip ChimentoSeparated library source code from testing code, fixing #6