Commit Graph

  • 3df8a0d8c2 Fixed bounds check in image_setPixel/setMaskPixel rxi 2016-09-26 21:00:37 +01:00
  • 5112373338 Made image_setPixel() static inline; added image_setMaskPixel() rxi 2016-09-26 20:40:05 +01:00
  • 030695e0db Removed Image:mapPixel(), updated doc/api.md rxi 2016-09-26 20:33:26 +01:00
  • 2d05d16db9 Added palette_idxToColor and internal palette storage rxi 2016-09-26 20:25:10 +01:00
  • eee7fccb82 Renamed palette_colorIdx -> palette_colorToIdx rxi 2016-09-26 20:14:17 +01:00
  • 9ef23e88d7 Updated doc/api.md for keyboard changes rxi 2016-09-25 21:16:44 +01:00
  • 71ef28fb45 Added love.keyboard.setKeyRepeat(), disabled key repeat by default rxi 2016-09-25 21:12:09 +01:00
  • 76a3cb0b61 Added enums for KeyEvent type in keyboard.c rxi 2016-09-25 21:04:28 +01:00
  • 06cb68125a Added keyrepeat support to keyboard rxi 2016-09-25 21:00:43 +01:00
  • d9ddfea4df Added love.textinput() to doc/api.md rxi 2016-09-25 15:02:46 +01:00
  • fff7840c57 Updated doc/api.md for keyboard changes rxi 2016-09-25 15:01:34 +01:00
  • 7cee8f6854 Changed love.keyboard.isDown() to accept string args rxi 2016-09-24 23:45:59 +01:00
  • ccb011be2d Fixed scancodeMap key string for return rxi 2016-09-24 20:45:24 +01:00
  • 2b8b0e77d4 Fixed scancodeMap key strings for f12 and space rxi 2016-09-24 19:53:42 +01:00
  • f17b39868e Implemented love.textinput callback rxi 2016-09-24 19:45:35 +01:00
  • 7a1feba973 Updated README.md for keyboard changes rxi 2016-09-24 17:05:20 +01:00
  • bafcc12c95 Changed keyboard callbacks to pass key aswell as scancode rxi 2016-09-24 17:02:09 +01:00
  • d03e297a9a Fixed love.errhand() -- replaced use of getEvents() with poll() rxi 2016-09-24 13:48:15 +01:00
  • f75e1100aa Updated doc/api.md for love.errhand() rxi 2016-09-24 13:34:36 +01:00
  • 45e5b32ce4 Removed redundant line from mouse_init() rxi 2016-09-24 12:48:54 +01:00
  • ed0d0f6c42 Removed deinitVGA() from system module rxi 2016-09-24 11:51:41 +01:00
  • 203639380d Added mouse functions to doc/api.md rxi 2016-09-24 11:47:23 +01:00
  • 10bdc31e00 Updated callback section of doc/api.md rxi 2016-09-24 11:38:22 +01:00
  • 4b7797ab2a Updated comments in main.c rxi 2016-09-24 11:32:33 +01:00
  • 09e5bb0628 Renamed getEvents() -> poll() on love.mouse/keyboard rxi 2016-09-24 11:02:49 +01:00
  • c8453c6f60 Implemented love.mouse.getEvents() and mouse callbacks rxi 2016-09-24 10:58:02 +01:00
  • dd44e8d1a0 Added mouse module (love.mouse), updated doc/files.md rxi 2016-09-24 10:41:12 +01:00
  • 9a72cddbc9 Switched palette's internal state vars from static rxi 2016-09-24 09:35:32 +01:00
  • 1d4cdae599 Updated doc/api.md for color functions and graphics.draw() changes rxi 2016-09-24 09:14:16 +01:00
  • e52457435a Updated doc/api.md for Font changes rxi 2016-09-24 09:09:52 +01:00
  • 7590092792 Update doc/files.md for embedded font changes rxi 2016-09-24 01:21:22 +01:00
  • b407535680 Boot script tweaks; Implemented proper errhand function rxi 2016-09-23 20:56:55 +01:00
  • 46989c8bfd Made x, y arguments to love.graphics.draw() optional rxi 2016-09-23 20:04:42 +01:00
  • dcb909b7ba Added support for linebreaks in font_blit (effects love.graphics.print) rxi 2016-09-23 19:32:00 +01:00
  • 1940897a4a Implemented Font:getWidth/getHeight() rxi 2016-09-23 19:23:56 +01:00
  • 9ed8ca8f01 Updated love.graphics.clear() to use new color format rxi 2016-09-23 19:11:26 +01:00
  • 10d491def9 Changed getColorFromArgs to take defaults array, and either all colors or non rxi 2016-09-23 19:10:33 +01:00
  • 963cb01ff0 Updated love.graphics.newFont() in doc/api.md rxi 2016-09-23 00:58:27 +01:00
  • 06caffd3ab Changed font system to use ttf rxi 2016-09-23 00:55:05 +01:00
  • 0bc06fca53 Added stb_truetype to src/lib rxi 2016-09-22 22:16:11 +01:00
  • 17d17a80df Fixed red and blue channels being swapped in palette.c rxi 2016-09-22 19:59:59 +01:00
  • 6ec66adf57 Updated doc/api.md for setColor/setBackgroundColor rxi 2016-09-22 19:56:49 +01:00
  • b73dea5350 Changed setColor and setBackgroundColor to take rgb arguments rxi 2016-09-22 19:55:16 +01:00
  • b42866dbe8 Updated copyright year rxi 2016-09-22 19:30:56 +01:00
  • 2d9652945c Improved color palette error in image.c rxi 2016-09-22 19:29:01 +01:00
  • 6346163e48 Updated docs for function changes and addition of palette.c/h rxi 2016-09-22 19:25:49 +01:00
  • a285efbc3d Changed image_init() to use stb_image and palette functions rxi 2016-09-22 19:18:50 +01:00
  • 7848c10af9 Removed palette changing functionality from graphics.c rxi 2016-09-22 19:14:48 +01:00
  • 92511f0132 Added palette.c/h and palette_init() call in main.c rxi 2016-09-22 19:11:56 +01:00
  • d572c661fd Updated compiler flags in build.py rxi 2016-09-22 19:10:29 +01:00
  • 89eed6001b Added stb_image to source rxi 2016-09-22 19:09:16 +01:00
  • 521b7dabef Version 0.1.5 rxi 2014-06-28 11:04:52 +01:00
  • 1fb0aa3235 Reworded parts of the README.md rxi 2014-06-24 23:32:45 +01:00
  • 73540b5e09 Fixed off-by-one in l_graphics_circle()'s horiz clipping rxi 2014-06-24 23:04:33 +01:00
  • 352c2824bf Added missing vga.h to doc/files.md rxi 2014-06-23 20:13:53 +01:00
  • 68664405d2 Added handling for uclock() returning earlier time rxi 2014-06-23 19:53:17 +01:00
  • 3b100b4c9b Version 0.1.4 rxi 2014-06-21 00:50:30 +01:00
  • 78ab841f78 Replaced use of luaL_getinteger() with getint() in graphics.c rxi 2014-06-21 00:49:15 +01:00
  • 579c06a617 Updated doc/api.md for love.graphics.setPalette() rxi 2014-06-21 00:18:14 +01:00
  • 58bacfe1d1 Changed love.graphics.setPalette() to set to default on nil rxi 2014-06-21 00:16:01 +01:00
  • 7961091853 Updated README.md to reflect addition of palette funcs rxi 2014-06-21 00:07:26 +01:00
  • c09cecb25b Added love.graphics.get/setPalette() to doc/api.md rxi 2014-06-21 00:01:53 +01:00
  • 785f3e3646 Added love.graphics.getPalette() rxi 2014-06-20 23:43:21 +01:00
  • 255a426cda Added palette table support to love.graphics.setPalette() rxi 2014-06-20 22:55:05 +01:00
  • 57688a1e57 Added love.graphics.setPalette() function rxi 2014-06-20 21:30:23 +01:00
  • 27f128c291 Added LUA_COMPAT_ALL define to build.py rxi 2014-06-20 20:30:38 +01:00
  • aa7c4f6b6f Updated api.md to reflect changes to getCanvas() & getFont() rxi 2014-06-19 21:08:34 +01:00
  • e725a3f335 Set print and xpcall to locals in main.c's lua code rxi 2014-06-18 19:02:47 +01:00
  • 3ddcbd954d Fixed Image:setPixel()'s description in api.md rxi 2014-06-16 18:28:16 +01:00
  • a92d866261 Version 0.1.3 rxi 2014-06-16 18:20:20 +01:00
  • 0900563e67 Fixed color argument of l_image_setPixel() rxi 2014-06-15 13:57:44 +01:00
  • e907307eb2 Fixed fonts to not be effected by the current flip mode rxi 2014-06-15 11:50:04 +01:00
  • 8e89209d0e Fixed some comments in l_graphics_setCanvas and _setFont rxi 2014-06-14 19:38:14 +01:00
  • 6074d20917 Version 0.1.2 rxi 2014-06-14 18:52:00 +01:00
  • 311aac14b0 Fixed typo of love.getVersion function in luaopen_love rxi 2014-06-14 18:49:55 +01:00
  • b71a436826 Added missing documentation for love.errhand in api.md rxi 2014-06-14 18:28:04 +01:00
  • 61d6f9524e Removed all default value sets in graphics, added call to reset() rxi 2014-06-14 18:07:41 +01:00
  • d8758b7ba9 Added love.graphics.reset() rxi 2014-06-14 18:03:28 +01:00
  • bd1afc184a Added onLuaPanic() function to main.c rxi 2014-06-14 16:27:42 +01:00
  • 70fdd2ed1a Removed redundant graphics funcs and graphics.h rxi 2014-06-14 16:17:59 +01:00
  • ac6c57220e Neatened l_graphics_setCanvas and _setFont() rxi 2014-06-14 16:09:24 +01:00
  • 01e09e3294 Changed screen canvas to be real lua object rxi 2014-06-14 16:01:59 +01:00
  • fb2622bd81 Changed default font to be real lua object rxi 2014-06-14 15:40:39 +01:00
  • 2d48b5eae1 Made filename argument optional in love.graphics.newFont() rxi 2014-06-14 14:20:04 +01:00
  • 664ffe979c Moved graphics_initDefaultFont functionality -> font_initEmbedded rxi 2014-06-14 14:14:09 +01:00
  • cb56dad31b Changed love module to init all classes before anything else rxi 2014-06-14 13:59:56 +01:00
  • be2a788b05 Added support for non-string values to love.graphics.print() rxi 2014-06-14 13:53:26 +01:00
  • 4c734fd3c3 Version 0.1.1 rxi 2014-06-13 21:37:36 +01:00
  • cdd2d67c7d Fixed default color in image.c to match graphics.c rxi 2014-06-13 21:31:54 +01:00
  • 5e43a0bc77 Added links at the top to each section in doc/api.md rxi 2014-06-13 21:18:48 +01:00
  • e203e31740 Fixed links in README.md and doc/building.md rxi 2014-06-13 21:08:41 +01:00
  • c1fc37373e Version 0.1.0 rxi 2014-06-13 21:02:57 +01:00
  • f34b4f8beb Intial commit rxi 2014-06-13 21:01:19 +01:00