hedgewars/SDLh.pas
Sat, 12 Nov 2011 18:38:21 +0100 koda slight cleanup, fix compiling with sdl-1.2 hedgeroid
Sat, 12 Nov 2011 18:02:55 +0100 Xeli and now it even works for sdl12 \o/ hedgeroid
Sat, 12 Nov 2011 17:55:23 +0100 Xeli use the new SDL_CreateThread call hedgeroid
Sat, 12 Nov 2011 17:27:47 +0100 Xeli merge hedgeroid
Sat, 12 Nov 2011 17:14:56 +0100 Xeli merge fix hedgeroid
Sat, 12 Nov 2011 11:02:02 -0500 nemo Eh. n/m. Even when I did 1 shl, didn't seem right, and anyway, it isn't much of a mask if there are 16 categories and we use 10, of which those are the most common.
Sat, 12 Nov 2011 17:06:49 +0100 Xeli merge...i think hedgeroid
Sat, 12 Nov 2011 10:44:10 -0500 nemo Add an event mask for SDL1.2
Sat, 05 Nov 2011 06:06:04 +0100 koda and while we are giving SDLh.pas all this love, let's fix the signature of one SDL_ttf calls
Sat, 05 Nov 2011 06:02:32 +0100 koda ooops :D
Sat, 05 Nov 2011 05:25:04 +0100 koda fix signedness of sdl bindings
Sat, 05 Nov 2011 04:58:22 +0100 koda oops, fix the size of a few event structs i just added
Sat, 05 Nov 2011 03:05:37 +0100 koda just for the sake of it, add the missing sdl13 events and do some cleanup
Sat, 05 Nov 2011 01:25:11 +0100 koda avoid linking compatible code from sdl library, let's provide our own
Fri, 04 Nov 2011 19:00:41 -0400 nemo Avoid overflowing event
Fri, 28 Oct 2011 18:26:17 +0200 koda one dangerous merge hedgeroid
Fri, 30 Sep 2011 12:55:04 +0200 koda a little code cleanup
Mon, 26 Sep 2011 00:03:14 +0200 koda reviewed the build system and parts of the previous merge, performed some code cleanup hedgeroid
Sun, 25 Sep 2011 18:24:01 +0200 Xeli merge hedgeroid
Sun, 25 Sep 2011 03:32:07 +0200 koda some hopefully harmless experiments Hedgewars-iOS-1.3.2
Sat, 24 Sep 2011 21:21:21 +0400 unc0rr Fix some warnings
Wed, 14 Sep 2011 18:43:16 +0200 Xeli Fix to enable compiling for something else than arm, the compiler for x64_86 didn't recognize Int32 etc.. hedgeroid
Fri, 09 Sep 2011 05:15:45 +0200 Xeli merge hedgeroid
Sat, 03 Sep 2011 12:35:49 +0200 koda allow fullscreen resolution selection (but still leaves in the auto max for commodity)
Thu, 01 Sep 2011 17:03:19 +0200 Xeli merge + changed the tardis image to egg.png because the data folder isn't up to date hedgeroid
Thu, 01 Sep 2011 17:49:27 +0200 Xeli Changed SDL_PollEvent to SDL_PeepEvents
Tue, 23 Aug 2011 12:53:47 +0200 koda enable window resizing (tested only on linux) - fix issue 103
Mon, 22 Aug 2011 23:56:25 +0200 koda set gl attributes before creating the window, or some of them might be ignored (like vsync on osx); also don't skip some reloads when switching to fullscreen and back; finally did a little code re-organisation
Mon, 15 Aug 2011 21:49:09 +0200 Xeli merge hedgeroid
Mon, 15 Aug 2011 00:23:32 +0200 koda smaller code cleanup
Mon, 15 Aug 2011 21:45:27 +0200 Xeli Zoom and moving the camera now works with SDL_FINGER* events hedgeroid
Thu, 11 Aug 2011 14:59:56 +0200 Xeli SDL_FINGERUP/DOWN/MOTION events added hedgeroid
Tue, 09 Aug 2011 21:41:52 +0200 Xeli merge hedgeroid
Sat, 06 Aug 2011 07:09:30 +0200 koda Ditch the renderer system in sdl1.3 and use the 'old fashioned' sdl/opengl context. This gives us more flexibility and less problem in receiving video events (expecially on mobile platform) as well as not having to care to reset the gl context every time sdl interferes.
Tue, 09 Aug 2011 20:52:26 +0200 Xeli AI thread is now an SDL_Thread rather than pthread hedgeroid
Thu, 04 Aug 2011 17:44:55 +0200 Xeli merge hedgeroid
Mon, 01 Aug 2011 00:48:38 +0200 koda ios: this should prevent at least one of the crashes zorg spotted; also added some callbacks in SDLh; also polished project file (from -O2 to -Os)
Wed, 22 Jun 2011 12:54:30 +0200 Xeli Changed back DARWINN typo, removed 3 commented functions hedgeroid
Wed, 22 Jun 2011 00:38:31 +0200 Xeli First commit.. hedgeroid
Fri, 29 Apr 2011 02:42:46 +0200 koda make sdl1.3 window creation code more readable
Tue, 26 Apr 2011 02:36:40 +0200 koda remove unusued voices also for ios
Tue, 05 Apr 2011 17:10:48 +0200 koda fix windows compilation
Mon, 04 Apr 2011 12:53:11 +0200 koda enable keyrepeat while chatting so you can keep backspace pressed to delete a line (fix issue 111)
Sat, 26 Mar 2011 22:49:38 +0100 koda fix a couple of loose ends
Fri, 25 Mar 2011 19:42:00 -0400 nemo unbreak SDL 1.2 build. Koda needs to look at this
Thu, 24 Mar 2011 17:28:36 +0100 koda this brings compatibility up with SDL HEAD (5504), but maybe breaks compatibility with sdl 1.2 so please test! still has problems with keyboard input and rendered ttf textures
Tue, 22 Mar 2011 23:01:26 -0400 nemo Fix endianness
Thu, 17 Mar 2011 22:35:46 +0100 koda and or is not or and is not and
Sun, 13 Mar 2011 18:23:51 +0100 koda update some sdl-1.3 bindings (working up to rev 5296)
Wed, 02 Mar 2011 00:27:20 +0100 koda Happy 2011 :)
Sat, 26 Feb 2011 15:56:11 +0100 koda usound: added function for loops with fade in and out
Mon, 07 Feb 2011 23:12:56 +0100 koda update sdl apis to use the new rendering functions
Wed, 02 Feb 2011 23:38:44 +0100 koda update libs and move the multiwindow handling from internal libsdl mods to proper apis usage
Sat, 04 Dec 2010 08:52:57 +0100 koda more retina support and multitasking support
Thu, 18 Nov 2010 16:19:55 +0300 unC0Rr Introduce uRenderUtils
Thu, 07 Oct 2010 02:03:01 +0200 koda move all mobile-related functions in their own module, provides a structure for future mobile ports
Sun, 26 Sep 2010 03:41:08 +0200 koda finishing touches to save games handling (help label, dim on overlay, edit text only when table is editable)
Sat, 21 Aug 2010 17:19:52 +0200 zuloo Fixed gamepad/joystick axes using SDL 1.2
Sun, 01 Aug 2010 17:58:09 +0200 koda rewrite portions of some uiviewcontrollers
Sat, 31 Jul 2010 11:24:53 +0200 koda remove trailing spaces from end of line
less more (0) -100 -60 tip