Thu, 01 Sep 2011 17:49:27 +0200 |
Xeli |
Changed SDL_PollEvent to SDL_PeepEvents
|
file |
diff |
annotate
|
Tue, 23 Aug 2011 12:53:47 +0200 |
koda |
enable window resizing (tested only on linux) - fix issue 103
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Mon, 15 Aug 2011 21:49:09 +0200 |
Xeli |
merge
hedgeroid
|
file |
diff |
annotate
|
Mon, 15 Aug 2011 00:23:32 +0200 |
koda |
smaller code cleanup
|
file |
diff |
annotate
|
Mon, 15 Aug 2011 21:45:27 +0200 |
Xeli |
Zoom and moving the camera now works with SDL_FINGER* events
hedgeroid
|
file |
diff |
annotate
|
Thu, 11 Aug 2011 14:59:56 +0200 |
Xeli |
SDL_FINGERUP/DOWN/MOTION events added
hedgeroid
|
file |
diff |
annotate
|
Tue, 09 Aug 2011 21:41:52 +0200 |
Xeli |
merge
hedgeroid
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Tue, 09 Aug 2011 20:52:26 +0200 |
Xeli |
AI thread is now an SDL_Thread rather than pthread
hedgeroid
|
file |
diff |
annotate
|
Thu, 04 Aug 2011 17:44:55 +0200 |
Xeli |
merge
hedgeroid
|
file |
diff |
annotate
|
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)
|
file |
diff |
annotate
|
Wed, 22 Jun 2011 12:54:30 +0200 |
Xeli |
Changed back DARWINN typo, removed 3 commented functions
hedgeroid
|
file |
diff |
annotate
|
Wed, 22 Jun 2011 00:38:31 +0200 |
Xeli |
First commit..
hedgeroid
|
file |
diff |
annotate
|
Fri, 29 Apr 2011 02:42:46 +0200 |
koda |
make sdl1.3 window creation code more readable
|
file |
diff |
annotate
|
Tue, 26 Apr 2011 02:36:40 +0200 |
koda |
remove unusued voices also for ios
|
file |
diff |
annotate
|
Tue, 05 Apr 2011 17:10:48 +0200 |
koda |
fix windows compilation
|
file |
diff |
annotate
|
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)
|
file |
diff |
annotate
|
Sat, 26 Mar 2011 22:49:38 +0100 |
koda |
fix a couple of loose ends
|
file |
diff |
annotate
|
Fri, 25 Mar 2011 19:42:00 -0400 |
nemo |
unbreak SDL 1.2 build. Koda needs to look at this
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Tue, 22 Mar 2011 23:01:26 -0400 |
nemo |
Fix endianness
|
file |
diff |
annotate
|
Thu, 17 Mar 2011 22:35:46 +0100 |
koda |
and or is not or and is not and
|
file |
diff |
annotate
|
Sun, 13 Mar 2011 18:23:51 +0100 |
koda |
update some sdl-1.3 bindings (working up to rev 5296)
|
file |
diff |
annotate
|
Wed, 02 Mar 2011 00:27:20 +0100 |
koda |
Happy 2011 :)
|
file |
diff |
annotate
|
Sat, 26 Feb 2011 15:56:11 +0100 |
koda |
usound: added function for loops with fade in and out
|
file |
diff |
annotate
|
Mon, 07 Feb 2011 23:12:56 +0100 |
koda |
update sdl apis to use the new rendering functions
|
file |
diff |
annotate
|
Wed, 02 Feb 2011 23:38:44 +0100 |
koda |
update libs and move the multiwindow handling from internal libsdl mods to proper apis usage
|
file |
diff |
annotate
|
Sat, 04 Dec 2010 08:52:57 +0100 |
koda |
more retina support and multitasking support
|
file |
diff |
annotate
|
Thu, 18 Nov 2010 16:19:55 +0300 |
unC0Rr |
Introduce uRenderUtils
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
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)
|
file |
diff |
annotate
|
Sat, 21 Aug 2010 17:19:52 +0200 |
zuloo |
Fixed gamepad/joystick axes using SDL 1.2
|
file |
diff |
annotate
|
Sun, 01 Aug 2010 17:58:09 +0200 |
koda |
rewrite portions of some uiviewcontrollers
|
file |
diff |
annotate
|
Sat, 31 Jul 2010 11:24:53 +0200 |
koda |
remove trailing spaces from end of line
|
file |
diff |
annotate
|
Sun, 25 Jul 2010 01:59:41 +0200 |
koda |
tap to play piano notes, fix for audio and pause glitch
|
file |
diff |
annotate
|
Thu, 22 Jul 2010 12:47:32 +0200 |
koda |
reduce the number of keywords used and switch to BMP format for screenshots
|
file |
diff |
annotate
|
Wed, 30 Jun 2010 22:42:55 +0200 |
koda |
tiy new overlay graphics
|
file |
diff |
annotate
|
Sun, 16 May 2010 17:23:30 +0000 |
koda |
update sdl functions to latest revision
|
file |
diff |
annotate
|
Sun, 02 May 2010 18:42:19 +0000 |
koda |
js' patch that restores Vsync on snow leopard
|
file |
diff |
annotate
|
Sat, 01 May 2010 19:40:45 +0000 |
koda |
fix zoom
|
file |
diff |
annotate
|
Sat, 01 May 2010 12:53:55 +0000 |
koda |
add automatic rotation in ipad (landscape only)
|
file |
diff |
annotate
|
Sat, 17 Apr 2010 13:04:36 +0000 |
koda |
fix build
|
file |
diff |
annotate
|
Fri, 16 Apr 2010 16:04:21 +0000 |
koda |
update ifrontend to latest ammostore protocol
|
file |
diff |
annotate
|
Thu, 15 Apr 2010 14:24:26 +0000 |
smxx |
Engine:
|
file |
diff |
annotate
|
Mon, 29 Mar 2010 13:35:15 +0000 |
smxx |
Engine:
|
file |
diff |
annotate
|
Sat, 06 Mar 2010 10:59:20 +0000 |
unc0rr |
Replace tabs with spaces using 'expand -t 4' command
|
file |
diff |
annotate
|
Fri, 12 Feb 2010 16:39:22 +0000 |
smxx |
Engine:
|
file |
diff |
annotate
|
Tue, 26 Jan 2010 21:55:51 +0000 |
koda |
complete the replacement of init/free wrappers for every unit
|
file |
diff |
annotate
|
Sun, 24 Jan 2010 19:52:30 +0000 |
koda |
update iphone frontend to the new (silly) sdl api, code cleanups for other sections
|
file |
diff |
annotate
|
Sat, 23 Jan 2010 13:15:27 +0000 |
koda |
settings tab has now a very nice iphone-like interface
|
file |
diff |
annotate
|
Mon, 18 Jan 2010 05:36:08 +0000 |
koda |
replace initialization/finalization statements with custom init functions
|
file |
diff |
annotate
|
Sat, 16 Jan 2010 17:30:37 +0000 |
koda |
objc/pascal finally working
|
file |
diff |
annotate
|
Sat, 16 Jan 2010 06:48:56 +0000 |
koda |
code cleanup and opengles optimizations
|
file |
diff |
annotate
|
Sat, 09 Jan 2010 01:34:23 +0000 |
koda |
move mixed functions in PascalExports
|
file |
diff |
annotate
|
Sat, 09 Jan 2010 00:59:12 +0000 |
koda |
iphone overlay button animation
|
file |
diff |
annotate
|
Sun, 03 Jan 2010 22:58:19 +0000 |
koda |
lupdate + Palewolf's updated spanish translation + other patches of mine
|
file |
diff |
annotate
|
Sun, 03 Jan 2010 15:40:41 +0000 |
koda |
smaller patches, one missing Sky-lowres, IMG_Init and Mix_Init (might require newer libraries), updates to SDL bindings, code cleanup, new compile flags
|
file |
diff |
annotate
|
Thu, 24 Dec 2009 02:02:12 +0000 |
koda |
introduction of IMG_Init
|
file |
diff |
annotate
|
Sun, 20 Dec 2009 20:08:17 +0000 |
koda |
binding typo
|
file |
diff |
annotate
|
Fri, 18 Dec 2009 02:47:28 +0000 |
koda |
complete transition of longword->sdl_color for TTF bindings
|
file |
diff |
annotate
|
Fri, 18 Dec 2009 02:33:45 +0000 |
koda |
powerpc and gameserver compilation disabled temporarily
|
file |
diff |
annotate
|
Wed, 16 Dec 2009 14:58:45 +0000 |
koda |
random updates for 10.6 and iphone builds
|
file |
diff |
annotate
|
Fri, 20 Nov 2009 23:40:24 +0000 |
koda |
trailing mods from previous commit
|
file |
diff |
annotate
|
Fri, 20 Nov 2009 21:22:05 +0000 |
koda |
revamped file access and debug display
|
file |
diff |
annotate
|
Sat, 14 Nov 2009 02:53:04 +0000 |
koda |
fix wrong ttf blending in ppc
|
file |
diff |
annotate
|
Fri, 13 Nov 2009 23:04:23 +0000 |
koda |
JS patch to (really) activate Vsync
|
file |
diff |
annotate
|
Fri, 13 Nov 2009 20:33:31 +0000 |
koda |
add option for vsync -- good results on mac and linux, should be harmless on others (please test)
|
file |
diff |
annotate
|
Fri, 06 Nov 2009 18:59:43 +0000 |
koda |
updated build files for macosx and optimization system
|
file |
diff |
annotate
|
Thu, 05 Nov 2009 20:40:31 +0000 |
koda |
fix iphone build
|
file |
diff |
annotate
|
Thu, 05 Nov 2009 19:50:16 +0000 |
koda |
revamped SDLh.pas
|
file |
diff |
annotate
|
Thu, 05 Nov 2009 16:23:09 +0000 |
koda |
move compiler directives to standard pascal
|
file |
diff |
annotate
|
Thu, 29 Oct 2009 17:51:54 +0000 |
koda |
fix missing land on ppc
|
file |
diff |
annotate
|
Mon, 26 Oct 2009 10:39:20 +0000 |
koda |
other controls implementation + sdlh revisited (once again)
|
file |
diff |
annotate
|
Sun, 25 Oct 2009 23:52:36 +0000 |
koda |
touch control completely revamped
|
file |
diff |
annotate
|
Sun, 25 Oct 2009 15:55:49 +0000 |
koda |
added little/big endian checks, added symbol for touch input, simplified iphoneos definitions
|
file |
diff |
annotate
|
Sat, 24 Oct 2009 13:50:31 +0000 |
koda |
more updates on touch input/control
|
file |
diff |
annotate
|
Thu, 22 Oct 2009 18:59:35 +0000 |
koda |
update color management for new sdl_image on mac
|
file |
diff |
annotate
|
Tue, 20 Oct 2009 17:55:11 +0000 |
koda |
WE HAVE TOUCH INPUT
|
file |
diff |
annotate
|
Sat, 17 Oct 2009 13:40:59 +0000 |
koda |
remove the svg dependency
|
file |
diff |
annotate
|
Sat, 17 Oct 2009 01:28:49 +0000 |
koda |
revert audio to use SDL_mixer -- also frontend uses it, so it needs sdlmixer sources
|
file |
diff |
annotate
|
Fri, 16 Oct 2009 11:53:19 +0000 |
unc0rr |
Fix mouse problem when focus is lost
|
file |
diff |
annotate
|
Mon, 12 Oct 2009 16:44:30 +0000 |
unc0rr |
Huge Smaxx patch with some fixes by me:
|
file |
diff |
annotate
|
Tue, 22 Sep 2009 18:58:02 +0000 |
koda |
converts some gl calls to gles
|
file |
diff |
annotate
|
Thu, 10 Sep 2009 18:50:53 +0000 |
unc0rr |
- Implement zoom reset
|
file |
diff |
annotate
|
Thu, 10 Sep 2009 15:29:28 +0000 |
nemo |
Strip trailing spaces
|
file |
diff |
annotate
|
Sat, 11 Jul 2009 15:22:10 +0000 |
koda |
-fix bamboo theme (unsupported color profile)
|
file |
diff |
annotate
|
Sat, 11 Jul 2009 13:59:27 +0000 |
koda |
hypothetical opengles improvements
|
file |
diff |
annotate
|
Sat, 11 Jul 2009 13:47:57 +0000 |
koda |
accessory stuff for iphone
|
file |
diff |
annotate
|
Fri, 10 Jul 2009 19:10:29 +0000 |
koda |
fix a binding that was preveting to display anything else besides hogs on iphone
|
file |
diff |
annotate
|
Fri, 10 Jul 2009 16:47:11 +0000 |
koda |
real fix for iphone color (reverting previous commit)
|
file |
diff |
annotate
|
Wed, 08 Jul 2009 12:53:36 +0000 |
koda |
initial support for touch input
|
file |
diff |
annotate
|
Tue, 07 Jul 2009 22:02:13 +0000 |
koda |
completes removal of wav files, updates SDLh and adds DEBUGFILE to hwengine when compiled in Debug mode
|
file |
diff |
annotate
|
Tue, 07 Jul 2009 21:48:55 +0000 |
koda |
-Removal of older WAV files, now useless thanks to OpenAL
|
file |
diff |
annotate
|
Sun, 28 Jun 2009 14:37:26 +0000 |
nemo |
koda/Smaxx changes to openal for crossplatform building
|
file |
diff |
annotate
|
Wed, 24 Jun 2009 15:59:32 +0000 |
unc0rr |
koda's OpenAL conversion:
|
file |
diff |
annotate
|
Thu, 18 Jun 2009 17:48:06 +0000 |
nemo |
Smaxx refactor of LoadImage to use flags, iphone changes by koda (mostly use of rgba instead of rgb)
|
file |
diff |
annotate
|
Thu, 11 Jun 2009 15:22:02 +0000 |
unc0rr |
Patch by koda:
|
file |
diff |
annotate
|
Thu, 30 Apr 2009 20:13:44 +0000 |
unc0rr |
nemo's great patch:
|
file |
diff |
annotate
|
Tue, 14 Apr 2009 19:05:23 +0000 |
unc0rr |
koda's patch
|
file |
diff |
annotate
|
Tue, 07 Apr 2009 14:01:46 +0000 |
unc0rr |
patch by koda
|
file |
diff |
annotate
|
Mon, 23 Mar 2009 21:09:34 +0000 |
unc0rr |
patch by koda:
|
file |
diff |
annotate
|
Sun, 22 Mar 2009 14:32:22 +0000 |
unc0rr |
Apply koda's OpenGL ES compatibility patch
|
file |
diff |
annotate
|
Wed, 18 Mar 2009 21:43:46 +0000 |
unc0rr |
Patch by koda
|
file |
diff |
annotate
|
Tue, 10 Mar 2009 17:55:29 +0000 |
unc0rr |
a patch
|
file |
diff |
annotate
|
Sat, 21 Feb 2009 11:49:56 +0000 |
unc0rr |
Patch by koda to better support Mac OS X
|
file |
diff |
annotate
|
Mon, 19 Jan 2009 15:25:22 +0000 |
unc0rr |
Patch by nemo (polished by me)
|
file |
diff |
annotate
|
Tue, 30 Dec 2008 19:17:47 +0000 |
unc0rr |
Patch for engine to successfully build on Mac OS X by Michael Schindler
|
file |
diff |
annotate
|
Sat, 16 Aug 2008 20:36:18 +0000 |
unc0rr |
Play music in menu also, with fading effects when run game
|
file |
diff |
annotate
|
Sun, 27 Jul 2008 19:37:24 +0000 |
unc0rr |
Add ability to resize engine's window
|
file |
diff |
annotate
|
Mon, 07 Jul 2008 13:06:25 +0000 |
unc0rr |
Update copyright headers a bit
|
file |
diff |
annotate
|
Sat, 24 May 2008 17:34:06 +0000 |
unc0rr |
- Start chat implementation: chat strings are on the screen
|
file |
diff |
annotate
|
Sun, 27 Apr 2008 11:40:22 +0000 |
unc0rr |
Update copyright info in source files headers
|
file |
diff |
annotate
|
Fri, 01 Feb 2008 16:39:37 +0000 |
unc0rr |
- Store sky color in theme cfg file
|
file |
diff |
annotate
|
Fri, 25 Jan 2008 21:55:48 +0000 |
unc0rr |
Some further work on switching to OpenGL rendering
|
file |
diff |
annotate
|
Fri, 25 Jan 2008 20:47:50 +0000 |
unc0rr |
Start conversion to OpenGL rendering
|
file |
diff |
annotate
|
Mon, 19 Mar 2007 19:12:46 +0000 |
unc0rr |
Use freepascal's routines to manipulate threads
|
file |
diff |
annotate
|
Tue, 20 Feb 2007 21:33:49 +0000 |
unc0rr |
- Proper fix to get network byte order
|
file |
diff |
annotate
|
Tue, 20 Feb 2007 16:58:53 +0000 |
unc0rr |
Do not use SDL_Net's to/from network byte order conversion functions
|
file |
diff |
annotate
|
Sun, 11 Feb 2007 15:33:19 +0000 |
unc0rr |
AI thinks in separate thread
|
file |
diff |
annotate
|