Commit Graph

11 Commits

Author SHA1 Message Date
Allanis
d3408e38b0 [Change] Changed vsprintf to vsnprintf to be safe. 2014-07-20 20:53:14 +01:00
Allanis
d8fd4383b4 [Add] More work on documentation. 2014-05-14 16:24:51 +01:00
Allanis
8bebc4fbbc [Changed] Cleaned up a bunch of doxygen stuff. 2014-05-10 17:56:50 +01:00
Allanis
25aa3e905f [Fix] Minor flag bug and small menu no longer opens over dialogues. 2014-03-06 04:38:04 +00:00
Allanis
5fd278a859 [Change] Tweaked dialogue behaviour a bit. 2014-03-04 02:36:06 +00:00
Allanis
4503785b1a [Change] Bringing dialogue stuff inline with rest of toolkit changes. 2014-01-14 20:33:21 +00:00
Allanis
7893d5e0ec [Add] Added a ton more vital tasks that need doing before demo release. Also cleaned up a little. 2014-01-10 20:14:54 +00:00
Allanis
39c7a4ecd5 [Fix?] Finally think I fixed it. The dialogue was being called when the weapons were being updated (hook on death) and the main_loop was being handled before the loop was destroyed. So another iteration of weapon_update was being run in the middle of the first one, causing a double weapon_destroy to be triggered. Moving the main_loop() in secondary_loop to the top so that the loop condition is run right after the event handling will solve this as an iteration won't be run in between dialogues. 2013-11-26 16:03:17 +00:00
Allanis
3347a8b7cc [Add] Documented outfits. 2013-10-21 22:38:11 +01:00
Allanis
e70bfacdcd [Add] Documented weapons. [Fix] Input dialogues. 2013-10-20 18:24:03 +01:00
Allanis
b748f0f18e [Change] Seperated dialogues from toolkit. 2013-10-05 18:38:40 +01:00