Commit Graph

40 Commits

Author SHA1 Message Date
Alex Szpakowski 06f80d5c08 Fixed undefined behaviour when love exceptions are converted into Lua errors (resolves issue #729) 2013-09-05 23:17:29 -03:00
Alex Szpakowski ff77eb4b29 Added love.window (issue #6.) All window-related functions have been moved from love.graphics to love.window.
love.graphics.setCaption has been renamed to love.window.setTitle.
2013-05-10 22:32:15 -03:00
Alex Szpakowski 9fc2a085cd Updated love.timer.getTime to be microsecond-precise and monotonic (thanks Boolsheet), removed the now-obsolete love.timer.getMicroTime (issue #492) 2013-05-09 23:12:50 -03:00
Alex Szpakowski d5aa807747 More internal code cleanup 2013-03-31 19:02:27 -03:00
Alex Szpakowski b9533d5cb8 Fixed love.timer.getFPS and love.timer.getAverageDelta during the first second of runtime 2013-03-30 21:56:57 -03:00
Alex Szpakowski ce71bc0847 Fixed love.timer.step / dt 2013-03-11 02:00:25 -03:00
Bart van Strien 63c57ba3f8 Make love.timer.getFPS and love.timer.getAverageDelta microsecond-accurate 2013-03-10 22:16:23 +01:00
Bart van Strien 28af989a00 Add love.timer.getAverageDelta (issue #570) and constify love.timer.sleep 2013-03-10 22:07:24 +01:00
Alex Szpakowski 668a1bfa6d Silenced some compiler warnings 2013-02-09 21:24:41 -04:00
Alex Szpakowski 96161c66f6 Updated copyright text for the new year 2013-02-05 05:32:49 -04:00
Bart van Strien 7793e7f02f CRLF to LF 2012-07-04 14:40:24 +02:00
rude 81c38e22d0 Applied the new style guidelines.
Well, sort of. Lot's more to be done, but this is a start.
2012-06-28 23:52:33 +02:00
Bart van Strien dcb09c03a8 That was only part of the problem, now it should all work properly (and more accurately) 2012-03-03 11:42:39 +01:00
Bart van Strien c2fb5618c1 Make love.timer.getFPS more accurate
Hopefully this was causing issue #377, otherwise, it was still an improvement
2012-03-03 10:47:57 +01:00
Bill Meltsner be55579a22 Happy New Year, have an enormous diff 2012-01-09 02:41:11 -06:00
Bart van Strien c707a4ca45 Properly export all lua-facing functions and use those for initialization (love.cpp no longer explicitly mentions implementations) 2011-12-24 01:10:40 +01:00
Bart van Strien 0aae9684b3 Automated formatting fix 2011-11-16 11:32:41 +01:00
rude 2753c62985 Abstractify some modules completely: timer, keyboard and mouse.
If this commit breaks some project file(s), well ...
I AM RUDE AND I WILL BREAK EVERYTHING, AHAHAHAHAHAHAHHAHAHAHAHA!
2011-10-28 10:47:16 +02:00
Bart van Strien 66ecf8aff0 Apply patch for increased timer accuracy (issue #303) 2011-10-02 16:11:24 +02:00
Bart van Strien eb7053b43f Switch love.timer over to double precision floats 2011-09-30 14:57:03 +02:00
Bart van Strien 3d1fac07b2 Switch love.timer.sleep to seconds 2011-08-28 17:12:59 +02:00
Przemysław Grzywacz 1d5fca6f46 Multiple thread backends. 2011-06-08 16:54:35 +02:00
Bill Meltsner fde708160e bringing in the new year by changing every 2010 to 2011 2011-01-15 14:40:27 -06:00
Bill Meltsner 7c33786100 fixed a ridiculous number of gcc warnings, nearly all of which were complaints about unused parameters - the remaining 199 warnings I get are from code that isn't ours (box2d is responsible for all but 8 of them) 2010-02-26 03:55:21 -05:00
bart@bartbes.ath.cx 736f7ab1a2 love.thread can now share full userdata 2010-02-14 17:41:11 +01:00
rude aa01c984b9 Updated all dates to 2010. 2010-01-31 16:54:47 +01:00
rude 80a6e6dcaf Fixed warning in Timer.cpp/MSVC. Enabled unicode character set in MSVC release builds. 2009-11-23 18:09:28 +01:00
Bart f761e7e000 Fixed getMicroTime (for real this time) 2009-11-22 22:01:28 +01:00
rude 16f6219957 Moved #ifdef LOVE_WINDOWS to Timer.cpp. 2009-11-22 14:36:00 +01:00
bart@bartbes.ath.cx 267547b6c0 New attempt at love.timer.getMicroTime 2009-11-22 14:20:15 +01:00
bart@bartbes.ath.cx dc014f720a Rewrite + some comments for love.timer.getMicroTime 2009-11-22 13:25:45 +01:00
bart@bartbes.ath.cx 868c2577a7 Added (hopefully) cross-platform love.timer.getMicroTime 2009-11-22 13:19:13 +01:00
rude 87e3c4131c Finally abstracted constants properly. Changed how the event module works; wasn't really abstract before. Removed libs we're not going to use: native, signal. 2009-10-10 11:11:04 +02:00
rude 623e701549 Modules now reside in Lua and are treated (almost) like normal objects.
Also added a way of getting a pointer to abstract module instances internally.
2009-09-02 21:18:13 +02:00
rude c52c218ba1 Renamed Frame to Quad; added drawq/addq; fixed some bugs. 2009-08-17 23:35:04 +02:00
rude dd420d68a3 Ok, project generation didn't really work out. Reverted. 2009-08-10 21:33:07 +02:00
rude ba1a75e547 Added many comments, and changed function names for wrapper functions. 2009-08-09 21:08:55 +02:00
rude 8e681b4204 It's now possible to build each module individually (as a DLL). 2009-08-04 19:57:14 +02:00
rude 0c241a14fb Added resources, and changed slightly how wrappers expose functions. 2009-07-30 00:37:43 +02:00
rude dcb3dfd83d Initial Mercurial commit. 2009-07-26 15:46:49 +02:00