hedgewars/SDLh.pas
Thu, 19 Nov 2015 23:04:53 +0300 unc0rr Lobby page with chat widget(readonly) qmlfrontend
Mon, 16 Nov 2015 22:57:24 +0300 unc0rr Merge default (add a bunch of FIXMEs) qmlfrontend
Sun, 15 Nov 2015 21:10:44 +0100 koda cmake: Drop image and mixer init and quit check
Sat, 14 Nov 2015 02:57:00 +0100 koda SDLh: Remove linking from file sdl2transition
Fri, 13 Nov 2015 23:46:19 +0100 sheepluva set engine window icon in sdl2 sdl2transition
Fri, 13 Nov 2015 22:05:58 +0100 sheepluva don't use types for custom value enums in pascal, use consts instead sdl2transition
Wed, 11 Nov 2015 23:29:49 +0100 sheepluva cmake tweaks. make pas2c build with sdl2 (keycodes or something still missing) sdl2transition
Wed, 11 Nov 2015 19:25:56 +0100 sheepluva reenable cursor movement etc. sdl2transition
Tue, 10 Nov 2015 22:37:54 +0100 sheepluva use SDL2 to copy to clipboard sdl2transition
Tue, 10 Nov 2015 22:18:06 +0100 sheepluva use SDL2 to paste clipboard contents sdl2transition
Tue, 10 Nov 2015 20:43:13 +0100 sheepluva merge default sdl2transition
Tue, 10 Nov 2015 17:45:14 +0100 sheepluva drop support for SDL 1.2 sdl2transition
Thu, 10 Sep 2015 18:22:52 +0200 sheepluva merge branch ios-revival into default
Sun, 09 Aug 2015 00:04:41 +0200 antonc27 - Fix for new name of SDL 2 libraries ios-revival
Thu, 03 Sep 2015 20:59:48 +0300 unc0rr Merge default qmlfrontend
Mon, 10 Aug 2015 03:53:11 +0200 sheepluva more copyright fixes
Tue, 02 Jun 2015 01:58:10 +0100 koda Move OSX SDL library configuration from SDLh to proper CMakeLists
Thu, 02 Apr 2015 21:09:56 +0300 unc0rr - Merge default qmlfrontend
Fri, 06 Mar 2015 21:24:21 +0100 sheepluva copy&paste (wip), currently using only a local clipboard
Sun, 01 Mar 2015 04:15:11 +0100 sheepluva selections
Tue, 02 Jun 2015 01:58:10 +0100 koda Move OSX SDL library configuration from SDLh to proper CMakeLists 0.9.21
Sat, 03 Jan 2015 23:46:26 +0300 unc0rr merge default qmlfrontend
Mon, 08 Dec 2014 17:43:27 +0100 sheepluva clean up fonts
Thu, 18 Sep 2014 00:19:05 +0400 unc0rr Some work on new IPC, built with the use of mutexes and condition variables qmlfrontend
Tue, 16 Sep 2014 12:47:39 +0400 unc0rr Basic layout of frontlib, some more sdl bindings qmlfrontend
Tue, 04 Feb 2014 19:45:22 +0100 sheepluva update FSF address. note: two sdl include files (by Sam Lantinga) still have the old FSF address in their copyright - but I ain't gonna touch their copyright headers
Tue, 21 Jan 2014 22:38:13 +0100 koda partial merge of the webgl branch
Fri, 17 Jan 2014 01:06:54 +0100 sheepluva update copyright to 2014
Sun, 05 Jan 2014 00:46:26 +0400 unc0rr Fix build (no idea what's going on in this branch btw) webgl
Sun, 10 Nov 2013 01:45:43 +0400 unc0rr All I want is to receive some events... sdl2transition
Thu, 07 Nov 2013 21:10:17 +0400 unc0rr Fix SDL_GL_SwapWindow, engine renders graphics now sdl2transition
Tue, 05 Nov 2013 23:33:23 +0100 koda some improvements for sdl2 building (not complete nor clean) sdl2transition
Wed, 06 Nov 2013 00:59:33 +0400 unc0rr - Use USESDL12 for old SDL sdl2transition
Fri, 11 Oct 2013 17:43:13 +0200 koda merge with latest defaul, fixing compiling with fpc, parsing and rendering with pas2c, some minor problems with compiling with clang webgl
Sat, 27 Jul 2013 01:06:47 +0200 koda update physlayer and sdl bindings to the new rwops interface
Mon, 08 Jul 2013 09:45:37 +0200 koda sdl2 update and typos
Sun, 07 Jul 2013 14:45:08 +0200 koda allow to send chat messages with numpad enter key too (regression?)
Sat, 06 Jul 2013 19:29:18 +0200 koda use SDL2 as ifdef symbol because we're not really sdl1.3 compatible, change the compatibility layer, drop unused code, add some documentation
Wed, 03 Jul 2013 01:58:45 +0200 koda engine uses final (?) SDL 2 APIs, new events and types added. Touch input broke by the way, and system events should be handled differently
Mon, 17 Jun 2013 23:10:45 +0200 koda really update with default webgl
Thu, 13 Jun 2013 22:27:23 +0200 koda merge cmake_pascal branch in default
Tue, 04 Jun 2013 22:28:12 +0200 koda update branch webgl
Tue, 04 Jun 2013 15:40:25 +0200 koda forgot this from r f529fba57ba5 (thanks LocutusOfBorg1) 0.9.19
Wed, 29 May 2013 15:12:06 -0400 unc0rr bump copyright year for Andrey entries
Fri, 05 Apr 2013 18:25:23 +0200 koda use SDL_Threads everywhere
Tue, 02 Apr 2013 21:00:57 +0200 koda update webgl branch webgl
Tue, 19 Mar 2013 16:18:40 +0100 koda improve physfs static linking, sdl libraries cleanup cmake_pascal
Tue, 26 Mar 2013 17:52:27 -0400 nemo merge. hate the fact that "unsynced remote changes" is just a "note" now.
Tue, 19 Mar 2013 10:34:46 +0100 koda apply the new macro add_flag_* to set pascal flags, apply add_definitions where appropriate, small cleanup cmake_pascal
Sun, 17 Mar 2013 19:57:52 +0100 koda use SDL keycode for shortcuts (doesn't fix layout issues)
Sun, 17 Mar 2013 18:42:28 +0100 koda ingore moar keys
Sun, 17 Mar 2013 10:13:14 -0400 nemo Key returned 0 for arrows under linux. Sym works, clearer anyway.
Fri, 22 Feb 2013 09:53:09 +0100 koda workaround static physfs static linking on linux physfslayer
Thu, 22 Nov 2012 00:41:53 +0100 koda updated branch webgl
Mon, 19 Nov 2012 13:21:20 +0100 koda win build changes, fpc 2.6, CMAKE_PREFIX_PATH, glut header
Sat, 17 Nov 2012 22:07:17 +0400 unc0rr Use (undocumented) Mix_LoadMUS_RW to load music physfslayer
Wed, 14 Nov 2012 23:27:33 +0400 unc0rr Engine loads fine with basic config physfslayer
Sun, 11 Nov 2012 17:15:19 +0100 koda merge xymeng's gsoc engine with a few updates (and further checks on symbol definitions) webgl
Wed, 14 Nov 2012 22:45:36 +0400 unc0rr Get rid of Pathz and UserPathz physfslayer
Wed, 14 Nov 2012 00:41:29 +0400 unc0rr - Add physfsrwops library physfslayer
less more (0) -100 -60 tip