Skip to content

Commit

Permalink
Merged lovemod with trunk.
Browse files Browse the repository at this point in the history
git-svn-id: https://love.svn.sf.net/svnroot/love/trunk@508 3494dbca-881a-0410-bd34-8ecbaf855390
  • Loading branch information
prerude committed Apr 1, 2008
1 parent fd2a86a commit 618780c
Show file tree
Hide file tree
Showing 207 changed files with 73,151 additions and 0 deletions.
68 changes: 68 additions & 0 deletions changes.txt
@@ -0,0 +1,68 @@

LOVE 0.2.1
----------

* Added many functions in love.filesystem.
* Added a dedicated save-folder for each game.
* Added timer.sleep.
* Added line heights to font objects.
* Added love.graphics.getWidth/getHeight.
* Added scaling and rotation for text.
* Added variable spacing to ImageFont.
* Added support for variable line quality when drawing primitives.
* Added several functions for drawing sections of images. (love.graphics.draws)
* Added image optimization function and padding function.
* Added love.graphics.getWidth/Height.

* Split devices up into actual SWIG-modules. This means that:
- Functions are used like this: love.graphics.draw, not love.graphics:draw
- love.objects is no more. Objects are created by an appropriate device.
* How you draw primitives has been altered.
* draw(string, x, y, wrap, align) has become drawf(string, x, y, wrap, align)

* Changed getFps to getFPS.
* Escape is no more ... enter: Alt+F4.
* love.filesystem.include has been renamed to love.filesystem.require.
* ImageFonts now consider the spacing as well as the glyph size.
* Fixed a massive ImageFont bug which resulted in float-positioning failure.
* Fixed a bug when loading fonts where the specified size doesn't represent the true size of the font.

* Updated DevIL to version 1.6.8-rc2 (Windows)
* Updated FreeType to freetype-2.3.5-1 (Windows)
* Updated Lua to 5.1.3 (Windows)
* Updated SDL to 1.2.13 (Windows)
* Removed boost::filesystem.

LOVE 0.2.0
----------

* Added ImageFont
* Added Animation
* Added text formatting functions
* Added setCenter for Image and Animation.
* Added methods for rendering of scaled/rotated sprites.
* Added the drawing of basic shapes.
* Added default font and embedded resources.
* Added Ctrl+R for reload.
* Added blending and color modes.
* Fixed memory usage of Graphics.
* Fixed a bug where the set text color would change the color of any images rendered.
* Fixed CWD bug.
* Fixed titlebar. Game title is now displayed.


LOVE 0.1.1
----------

Initial release!

* Image loading and rendering.
* Sound loading and playing.
* Font loading and rendering.
* Lua-scriptable games.
* Config files.
* Stuff is loadable from archive files.
* Keyboard, mouse, display, timer, etc. (Basic devices).



2 changes: 2 additions & 0 deletions docs/current.bat
@@ -0,0 +1,2 @@
"../tools/php/php" run.php current.xml
pause

0 comments on commit 618780c

Please sign in to comment.