1
0
Fork 0
Commit Graph

41 Commits (52d431acb984d9b1c186e4b0100a62d11f589be5)

Author SHA1 Message Date
Marrub 52d431acb9 Move README to README.md 2016-11-21 00:15:22 -05:00
Marrub dbf3994ba3 TokenStream: Fix comment buffer eating forward slashes 2016-10-24 01:22:52 -04:00
Marrub ce3a67c737 Token: Simplify escape sequences 2016-10-23 21:25:30 -04:00
Marrub caf15b2866 Types: Add Lth_OptArgs macro 2016-10-23 21:24:40 -04:00
Marrub 44c32b82b0 HashMap: Make Lth_HashMapFind generic
Manifest: Fix Lth_Resource not handling char *
2016-10-23 21:22:44 -04:00
Marrub 33e5162f05 stdlib: Add Lth_stricmp, Lth_wcs*, Lth_mbslen, and Lth_Hash_wchar 2016-10-23 21:20:09 -04:00
Marrub 2420deecb3 Manifest: Fix boolean value loading 2016-10-22 14:48:42 -04:00
Marrub 9738d31bd0 Context: Fix double-free 2016-10-22 14:45:06 -04:00
Marrub d13f2f6fe4 Change headers so everything is included sequentially by Lth.h.
Context: Rename Lth_ContextResourceFind
stdlib: Fix Lth_isidenti
2016-10-21 21:55:38 -04:00
Marrub 0592eca67f stdlib: Fix Lth_Hash_* not masking characters, breaking unicode. 2016-10-21 17:55:00 -04:00
Marrub f69a1e8412 Manifest: Add string object-declarations and booleans 2016-10-21 17:13:29 -04:00
Marrub 2ede2f4928 Window: Switch x/y and w/h in Lth_WindowNew
main: Add new test code
2016-10-21 15:07:17 -04:00
Marrub abc86aaa8f Add Manifest module. 2016-10-21 15:05:29 -04:00
Marrub fb08786729 Token: Fix Lth_TOK_Dot eating numbers 2016-10-21 14:50:19 -04:00
Marrub ab547ad527 stdlib: Add Lth_fpeekc, Lth_strealoc, et al. 2016-10-21 14:49:11 -04:00
Marrub 6834efad4f stdlib: Add Lth_pfor 2016-10-21 14:47:55 -04:00
Marrub f30001b818 assert: Fix Lth_Assert not using stderr 2016-10-21 14:46:53 -04:00
Marrub 36f008b298 Types: Fix VectorForEach, add 'bufsz' to Vector and add Lth_Pair 2016-10-21 14:45:07 -04:00
Marrub 95c85fdb9f TokenStream: Remove scriptcall member 2016-10-21 14:44:37 -04:00
Marrub b745b2eb3f Hashmap: Change Lth_HashFindItr's parameters 2016-10-21 14:43:59 -04:00
Marrub c500b83948 Remove binary files from tree. 2016-10-20 21:49:49 -04:00
Marrub 9f9daeb302 Create Token and TokenStream modules.
Draw: Change __fixed to standard _Accum.
main: Fix header comment.
2016-10-20 19:55:35 -04:00
Marrub 81061174e9 stdlib: Add Lth_Hash_char 2016-10-19 10:03:32 -04:00
Marrub ca89eb95e9 Move classlayout.txt to the Tools directory. 2016-10-19 10:03:03 -04:00
Marrub 1038ca8961 Create Hashmap module. 2016-10-19 10:01:39 -04:00
Marrub 668f77010f Types: Add Lth_Vector macro 2016-10-19 10:00:41 -04:00
Marrub 22421f7eeb stdlib: Add Lth_strlocal and Lth_strdup_str 2016-10-19 10:00:10 -04:00
Marrub 93377a9dc7 Control: Add Lth_ControlFont 2016-10-18 20:02:02 -04:00
Marrub cceece2216 Context: Fix mapspace not actually being used 2016-10-18 19:40:00 -04:00
Marrub d34139fb4d Context: Change unnamed structs to Lth_IVec2 2016-10-18 19:39:30 -04:00
Marrub b550ec0668 Change header comment style. 2016-10-18 17:21:09 -04:00
Marrub 47acf3cadd Control, Context, LinkList, et al: Restructuring
LinkList: Rename Lth_LinkList* functions to Lth_List*
LinkList: Split Lth_LinkListInsert
LinkList: Add Lth_ListLinkTail

Control: Make controls associated with a context and font

Context: Fix mapped windows with unspecified position being placed wrong
Context: Fix mapped windows being added backwards

Draw: Fix rectangles being drawn wrong
2016-10-18 13:59:02 -04:00
Marrub a93f60355f Create Font module. 2016-10-18 13:46:06 -04:00
Marrub f8cc0672ba stdlib: Add Lth_strdup_str 2016-10-18 13:44:22 -04:00
Marrub c07856f6e8 Add a class layout explanatory file. 2016-10-18 13:43:38 -04:00
Marrub f0a59423e7 Control: Add Button dummy and restructure headers 2016-10-18 05:49:47 -04:00
Marrub d4faa148ee Control: Rename "control" to "ctrl" and pretty things 2016-10-17 19:30:28 -04:00
Marrub 44ae7d93e7 Control: Add SIGPSTDRAW 2016-10-17 19:22:54 -04:00
Marrub d9929aadd3 LinkList: Add Lth_ListForEach and Lth_ListFor
This uses some extensions David JUST implemented into GDCC.
2016-10-17 19:12:31 -04:00
Marrub a0e68bab91 Draw: Add Lth_DrawRectAndClip 2016-10-17 19:10:24 -04:00
Marrub 3e801bda10 Initial commit 2016-10-17 11:57:44 -04:00