Alex Szpakowski
|
252aa114a7
Fixed a potential error in the release errhand function
|
12 years ago |
Bart van Strien
|
7b923dc75b
On windows, open the console window before the main window, which should mean that the main window gets focus
|
12 years ago |
Alex Szpakowski
|
eaf69aead1
Renamed love.window.setTitle back to love.window.setCaption
|
12 years ago |
Alex Szpakowski
|
ff77eb4b29
Added love.window (issue #6.) All window-related functions have been moved from love.graphics to love.window.
|
12 years ago |
Bart van Strien
|
8a5c8c4dc4
Use tail calls to event handlers from love.handlers
|
12 years ago |
Bart van Strien
|
79d1a7a6ef
Add love.mousefocus (partial issue #120) temporary name (see issue #573) and it's waiting for an exposed love.window to get a check, too
|
12 years ago |
Alex Szpakowski
|
c9003750fa
Removed extension and "."'s from default filesystem identity (issue #568)
|
12 years ago |
Alex Szpakowski
|
77c6efd8fd
Fixed love.mouse.setPosition when called in love.load (issue #611)
|
12 years ago |
Alex Szpakowski
|
6142352cd4
love._openConsole is now called before main.lua is loaded
|
12 years ago |
Alex Szpakowski
|
ba3a363fd3
Potentially worked around an SDL resize event bug in windows causing initial window creation to happen twice
|
12 years ago |
Alex Szpakowski
|
7391d9821f
Merged love.graphics.origin into default (issue #124)
|
12 years ago |
Bart van Strien
|
7efe11b11f
Add centered flag to setMode, optionally centers the window (on by default, as before) (issue #463)
|
12 years ago |
Alex Szpakowski
|
6b1222366d
Removed 'moved' suffix from new joystick callbacks
|
12 years ago |
Alex Szpakowski
|
a844ac2389
Added love.joystickaxismoved, love.joystickballmoved, and love.joystickhatmoved callbacks
|
12 years ago |
Bart van Strien
|
3d0c5761ce
Merge in default, update changelog
|
12 years ago |
vrld
|
5f586390d8
Add module `love.math`. Implements xorshift RNG.
|
12 years ago |
Alex Szpakowski
|
083218742a
Added love.graphics.origin(): resets the coordinate system (replaces the current transformation matrix with the identity)
|
12 years ago |
Alex Szpakowski
|
3cf03fee8f
Fixed the lua header generator script to output the correct year in the copyright text
|
12 years ago |
Alex Szpakowski
|
96161c66f6
Updated copyright text for the new year
|
12 years ago |
Bart van Strien
|
0fd4b147a4
Merge in default
|
12 years ago |
Alexander Szpakowski
|
ce75b3af69
Merge from root
|
12 years ago |
Bart van Strien
|
a72c981c32
Make sure love.errhand gets a local reference to print as well, and find the error handler at errortime (partial #390)
|
12 years ago |
Alexander Szpakowski
|
e24d721381
Renamed all instances of 'ShaderEffect' (previously 'PixelEffect') to 'Shader'.
|
12 years ago |
Alexander Szpakowski
|
0611234067
changed PixelEffect name to ShaderEffect, added lua-side support for vert/frag shader combinations with love.graphics.newShaderEffect, added tentative support for single-file vertex+fragment shaders
|
12 years ago |
Bart van Strien
|
a67a23e10f
Maerge in default
|
12 years ago |
vrld
|
f3bf2bbfe5
Fix bug where the compat message crashed love.
|
13 years ago |
Bart van Strien
|
8867f6c329
Merge in default
|
13 years ago |
vrld
|
5e3e24dcfb
love.run(): Sleep after presenting graphics buffer.
|
13 years ago |
Bart van Strien
|
bddee1753b
Use a flags table for setMode now, implement resizable and borderless windows, and add resize event
|
13 years ago |
vrld
|
85fa71c519
Make love.graphics.getFont() return (and set) default font when no font set.
|
13 years ago |