Browse logs with clarity: filter by type/year, search text, and inspect parsed commit details.

2100Total Files
2088SVN Logs
12Git Changelogs
1541Filtered Results

Detail

2013.10.16.Log0910.txt

📄SVN 📅2013-10-16 💾1,3 KB 4 Parsed entries FIX

Revision r4107

Lunatic: make it possible to build with LuaJIT 2.1, add -Lopts=profile there.

Revision r4106

build.lua: add read_basepal().

Revision r4105

foreachmap.lua: remove the need for a space for certain '.' accesses.

That is, now it's not necessary to write e.g. "io. write" -- .xxx is
translated to <what>[i].xxx only if it's a matching member name.

Revision r4104

build.lua: add "artfile" class, allowing to open and get pics from an ART file.
------------------------------------------------------------------------
Raw Content
------------------------------------------------------------------------
r4108 | helixhorned | 2013-10-16 12:43:07 -0700 (Wed, 16 Oct 2013) | 4 lines

SDL2: fix quote and pause keys.

- Add SDL scancode -> our key code map for SDL_SCANCODE_APOSTROPHE
- Remove duplicate map for SDL_SCANCODE_PAUSE
------------------------------------------------------------------------
r4107 | helixhorned | 2013-10-16 12:43:06 -0700 (Wed, 16 Oct 2013) | 1 line

Lunatic: make it possible to build with LuaJIT 2.1, add -Lopts=profile there.
------------------------------------------------------------------------
r4106 | helixhorned | 2013-10-16 12:43:03 -0700 (Wed, 16 Oct 2013) | 1 line

build.lua: add read_basepal().
------------------------------------------------------------------------
r4105 | helixhorned | 2013-10-16 12:43:01 -0700 (Wed, 16 Oct 2013) | 4 lines

foreachmap.lua: remove the need for a space for certain '.' accesses.

That is, now it's not necessary to write e.g. "io. write" -- .xxx is
translated to <what>[i].xxx only if it's a matching member name.
------------------------------------------------------------------------
r4104 | helixhorned | 2013-10-16 12:42:59 -0700 (Wed, 16 Oct 2013) | 1 line

build.lua: add "artfile" class, allowing to open and get pics from an ART file.
------------------------------------------------------------------------