age |
author |
description |
Mon, 31 Mar 2014 19:51:00 +0300 |
John Tsiombikas |
started BSD/mac support for file watchingdefault tip |
Thu, 13 Feb 2014 21:34:41 +0200 |
John Tsiombikas |
removed a random debug printf left in the code |
Thu, 13 Feb 2014 21:30:05 +0200 |
John Tsiombikas |
win32 file monitoring done (at last) |
Thu, 13 Feb 2014 13:17:07 +0200 |
John Tsiombikas |
win32 file change notification attempt1 (failed) |
Wed, 12 Feb 2014 22:32:30 +0200 |
John Tsiombikas |
separated platform-specific filewatch code |
Wed, 12 Feb 2014 22:05:28 +0200 |
John Tsiombikas |
file modification monitoring and reload done on linux |
Wed, 12 Feb 2014 16:02:12 +0200 |
John Tsiombikas |
finally! async loading works. Now on to inotify... |
Wed, 12 Feb 2014 06:54:52 +0200 |
John Tsiombikas |
missing change from previous commit (fucking visual studio man...) |
Wed, 12 Feb 2014 06:53:30 +0200 |
John Tsiombikas |
fixed visual studio build directories |
Tue, 11 Feb 2014 18:48:24 +0200 |
John Tsiombikas |
merged |
Tue, 11 Feb 2014 18:47:33 +0200 |
John Tsiombikas |
fixed resman.def |
Tue, 11 Feb 2014 18:47:00 +0200 |
John Tsiombikas |
added debugging crap in the threadpool |
Mon, 10 Feb 2014 12:11:02 +0200 |
John Tsiombikas |
buggy piece of shit |
Sat, 08 Feb 2014 07:41:39 +0200 |
John Tsiombikas |
bit more progress... |
Sat, 08 Feb 2014 04:21:08 +0200 |
John Tsiombikas |
ok now it sortof works, probably something is failing in the done callback mechanism |
Fri, 07 Feb 2014 07:50:02 +0200 |
John Tsiombikas |
doesn't work yet |
Wed, 05 Feb 2014 02:01:49 +0200 |
John Tsiombikas |
moved the resource manager a bit further |
Tue, 04 Feb 2014 05:42:31 +0200 |
John Tsiombikas |
threadpool: forgot to free the job after running the work callback |
Mon, 03 Feb 2014 05:24:22 +0200 |
John Tsiombikas |
some leftover unsaved changes |
Mon, 03 Feb 2014 05:23:11 +0200 |
John Tsiombikas |
visual studio project files |
Mon, 03 Feb 2014 05:22:09 +0200 |
John Tsiombikas |
- removed the glew dependency |
Sat, 01 Feb 2014 08:02:08 +0200 |
John Tsiombikas |
more stuff |
Fri, 31 Jan 2014 16:32:02 +0200 |
John Tsiombikas |
ok *now* I really fixed the aspect issue |
Fri, 31 Jan 2014 05:15:18 +0200 |
John Tsiombikas |
made the images always visible fullscreen by default regardless of their aspect ratio |
Fri, 31 Jan 2014 03:40:00 +0200 |
John Tsiombikas |
added spaceball controls to the example and needless GLEW dependency |
Fri, 31 Jan 2014 03:17:24 +0200 |
John Tsiombikas |
rudimentary imgthumbs "example program". doesn't use libresman yet |
Wed, 29 Jan 2014 08:17:31 +0200 |
John Tsiombikas |
initial commit: figuring out the API |