Commit Graph

173 Commits

Author SHA1 Message Date
rnlf
ccc5a29ef8 Better timing behaviour when resetting blaster. Only deinit blaster if init was successful. 2017-01-23 21:32:50 +01:00
rnlf
167e481fe8 Fixed freeze when quitting LoveDOS 2017-01-23 21:03:01 +01:00
rnlf
51d7730736 Removed unused code 2017-01-23 09:10:43 +01:00
rnlf
146406fac4 Added API documentation for audio subsystem 2017-01-22 20:46:32 +01:00
rnlf
65c79c1c43 Cleanup of wavefile loader 2017-01-22 20:46:17 +01:00
rnlf
b23d4f020e Fixed mixer problems, re-enabled vga 2017-01-22 20:36:41 +01:00
rnlf
3c4cb195e0 cleanup 2017-01-22 20:23:54 +01:00
rnlf
b954b0ff2d Basic output working 2017-01-22 19:55:59 +01:00
rnlf
d14cf3ac74 Okay, time to test this stuff 2017-01-22 01:59:08 +01:00
rnlf
5f6daa497f Added mixer and sound (c side) 2017-01-22 01:01:24 +01:00
rnlf
d78f203674 Started work on Soundblaster driver 2017-01-21 21:45:49 +01:00
rxi
56eb02ec73 Version 0.2.1 2017-01-21 09:16:00 +00:00
rxi
918cacd296 Made mounted tar archive filename lookup case insensitive 2017-01-17 19:28:01 +00:00
rxi
e14a6d4b9f Merge pull request #2 from wenright/master
Fix keyboard.isDown check for multiple keys
2017-01-16 19:10:30 +00:00
Will Enright
99e747cedd Fix keyboard.isDown check for multiple keys 2017-01-15 22:01:46 -06:00
rxi
1ce4372aee Updated .gif on README 2017-01-13 23:07:40 +00:00
rxi
9f3c81b7c8 Changed README example to use love.event.quit() to exit 2017-01-13 23:00:16 +00:00
rxi
2f1d64e150 Version 0.2.0 2017-01-13 22:42:33 +00:00
rxi
d0c361a451 Updated copyright year; 2016 -> 2017 2017-01-13 22:40:12 +00:00
rxi
7976305a0b Updated nogame screen 2017-01-13 22:37:53 +00:00
rxi
0b328a30d9 Updated doc/api.md for keypressed/released callback changes 2017-01-13 22:22:46 +00:00
rxi
7e3468289d Updated doc/api.md for love.event() 2017-01-13 22:09:14 +00:00
rxi
094ff567ab Updated doc/api.md for love.filesystem 2017-01-13 22:05:20 +00:00
rxi
ad66673b9b Updated doc/api.md for love.graphics.draw() changes 2017-01-13 21:49:31 +00:00
rxi
3408f341c3 Removed set/getFlip from graphics, added flip param to graphics.draw() 2017-01-13 21:44:11 +00:00
rxi
4063c335d3 Renamed keyboard.c's KeyEvent -> key_event_t 2017-01-13 21:32:01 +00:00
rxi
192b2bf83f Changed filesystem.c's struct naming to match rest of project 2017-01-13 21:30:54 +00:00
rxi
8c2f385713 Added missing event_push after making TEXTINPUT event 2016-10-16 15:09:45 +01:00
rxi
c21d93291a Added wrapping in boot.lua so SAVE dir is only created when written to 2016-10-16 14:55:03 +01:00
rxi
9b5a9a1a3b Removed doc/files.md 2016-10-16 14:33:54 +01:00
rxi
1041b05072 Updated default love.errhand() to use love.event 2016-10-16 14:28:49 +01:00
rxi
37217a242f Added love.event.quit() and love.quit() callback 2016-10-16 14:20:42 +01:00
rxi
719ea5e56a Changed ring buffers' readi/writei from int to unsigned 2016-10-16 13:38:42 +01:00
rxi
de01a59eeb Changed mouse and keyboard to push directly to event.c's queue 2016-10-16 11:41:56 +01:00
rxi
a5c66d6154 Added event.c/h and lua binding
* Changed mouse.c to mimic keyboard.c
* Changed boot.lua to use event.poll() instead of mouse/keyboard.poll()
* Removed love.keyboard.poll()
2016-10-15 19:15:05 +01:00
rxi
d8210bfc35 Renamed KEYBOARD_KEYPRESS/RELEASE -> KEYBOARD_PRESSED/RELEASED 2016-10-15 16:31:07 +01:00
rxi
ac83ecf23c Separated lua bindings from mouse.c 2016-10-15 15:52:16 +01:00
rxi
a19dad718a Separated lua bindings from keyboard.c 2016-10-15 15:35:08 +01:00
rxi
3de597d997 Began separating lua bindings, moved to src/modules dir 2016-10-15 15:01:36 +01:00
rxi
98800f0a73 Added 'src' to build.py's INCLUDES 2016-10-15 14:44:20 +01:00
rxi
889b167a6b Added write functionality to filesystem 2016-10-14 23:29:03 +01:00
rxi
53f43d9cad Fixed permissions when writing dir in write_dir() in package.c 2016-10-14 22:18:32 +01:00
rxi
4f771230fb Replaced use of lua_opt/checkint(eger) with lua_opt/checknumber
Using lua_check/opt/tonumber() assures a non-integer number is floored
when cast to an int, in contrast to lua_tointeger() which is "truncated
in some non-specified way."
2016-10-14 21:48:25 +01:00
rxi
d775f36960 Updated Lua 5.2.3 -> 5.2.4 2016-10-12 21:45:56 +01:00
rxi
5fe8e50819 Moved vga-palette-updating code to func vga_setPalette() 2016-10-12 20:06:24 +01:00
rxi
63e2c4d918 Changed palette.c to store colors internally as 24bit instead of 18bit 2016-10-12 19:59:36 +01:00
rxi
7d6134705e Added missing fclose to dir_read() in filesystem.c 2016-10-12 19:41:32 +01:00
rxi
e1e8581f0b Changed love.graphics.newFont() to mimic regular love's params
Updated docs/api.md
2016-10-10 23:55:03 +01:00
rxi
8a572e8b0d Updated README for packaging and filesystem updates 2016-10-01 17:00:44 +01:00
rxi
6a0908e4a0 Added doc/packaging.md 2016-10-01 16:58:11 +01:00