Thu, 06 Oct 2011 03:55:51 +0200 |
koda |
(a lot of) ooops
|
file |
diff |
annotate
|
Fri, 30 Sep 2011 12:55:04 +0200 |
koda |
a little code cleanup
|
file |
diff |
annotate
|
Mon, 26 Sep 2011 00:03:14 +0200 |
koda |
reviewed the build system and parts of the previous merge, performed some code cleanup
hedgeroid
|
file |
diff |
annotate
|
Sun, 25 Sep 2011 18:24:01 +0200 |
Xeli |
merge
hedgeroid
|
file |
diff |
annotate
|
Sun, 25 Sep 2011 03:32:07 +0200 |
koda |
some hopefully harmless experiments
Hedgewars-iOS-1.3.2
|
file |
diff |
annotate
|
Fri, 16 Sep 2011 18:17:16 +0200 |
Xeli |
merge
hedgeroid
|
file |
diff |
annotate
|
Mon, 12 Sep 2011 19:30:18 -0400 |
nemo |
Disable GL SetAttributes for Windows due to many testers with problems. This restores .15 behaviour.
|
file |
diff |
annotate
|
Sat, 10 Sep 2011 22:55:31 -0400 |
sheepluva |
fix for issue #276
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Wed, 31 Aug 2011 14:23:12 +0400 |
unc0rr |
- Don't reload fonts
|
file |
diff |
annotate
|
Wed, 31 Aug 2011 13:47:48 +0400 |
unc0rr |
Fix check for darwin or win32. Add debug message.
|
file |
diff |
annotate
|
Tue, 30 Aug 2011 12:32:33 -0400 |
nemo |
Reset to SD sky colour if in SD
Hedgewars-iOS-1.3
|
file |
diff |
annotate
|
Sun, 28 Aug 2011 11:38:24 +0200 |
koda |
ios: fix a couple of bad memory management (unrelated to the crash at the end of each game)
|
file |
diff |
annotate
|
Fri, 26 Aug 2011 16:16:27 -0400 |
nemo |
Use frontend value for fullscreening.
|
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
|
Sun, 28 Aug 2011 17:45:23 +0200 |
Xeli |
sabotage of the iphone port failed..
hedgeroid
|
file |
diff |
annotate
|
Tue, 23 Aug 2011 03:46:17 +0200 |
koda |
FREE AT LAST!!! SDL came around a (mostly) sane way for implementing rotation events, so we can scrap all the workaround code that has been added to workaround it!! Also this allows us to use proper (internal) multitasking handling and can simplify optional settings and other yet unexplored features. Yay!
|
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, 22 Aug 2011 15:35:37 -0400 |
nemo |
Free land texture, reset sky colour.
|
file |
diff |
annotate
|
Sun, 21 Aug 2011 22:20:20 +0200 |
Xeli |
merge
hedgeroid
|
file |
diff |
annotate
|
Sat, 20 Aug 2011 15:31:23 -0400 |
nemo |
Attempt to recreate all textures if using Windows or OSX which lose textures on context recreation.
|
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
|
Sun, 14 Aug 2011 16:59:55 -0400 |
nemo |
Seduction animation. New visual gear type.
|
file |
diff |
annotate
|
Tue, 09 Aug 2011 21:41:52 +0200 |
Xeli |
merge
hedgeroid
|
file |
diff |
annotate
|
Sun, 07 Aug 2011 18:49:49 +0200 |
koda |
oops this slipped through
|
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
|
Fri, 24 Jun 2011 09:54:39 +0200 |
Xeli |
merge
hedgeroid
|
file |
diff |
annotate
|
Wed, 22 Jun 2011 00:38:31 +0200 |
Xeli |
First commit..
hedgeroid
|
file |
diff |
annotate
|
Tue, 21 Jun 2011 18:28:34 -0400 |
nemo |
Make sky, horizon, flakes and clouds optional, replace repeated strips of skyL/skyR with 2x2 transparent PNGs instead of larger images of variable dimensions, remove a number of empty unused images
|
file |
diff |
annotate
|
Tue, 21 Jun 2011 17:28:53 -0400 |
nemo |
Remove default transparent chunks. Chunk will only be added if theme defined.
|
file |
diff |
annotate
|
Sun, 12 Jun 2011 21:06:48 -0400 |
nemo |
Enable ~/.hedgewars/Data (or platform equivalent) to override/extend pretty much everything in system Data dir. Obviously desyncing can occur, so this is at user's own risk. Should simplify map etc install. Needs testing.
|
file |
diff |
annotate
|
Mon, 23 May 2011 11:25:37 -0400 |
nemo |
Try and avoid problem reported by users like RDChrisco with cards that only support 512 texture size, and disable backgrounds. Also, reorganise the rq flags sprite loading a bit. Needs testing to make sure it matches the sprite uses. It should though.
|
file |
diff |
annotate
|
Fri, 29 Apr 2011 02:42:46 +0200 |
koda |
make sdl1.3 window creation code more readable
|
file |
diff |
annotate
|
Thu, 28 Apr 2011 01:01:07 +0200 |
koda |
fix some more warnings
|
file |
diff |
annotate
|
Mon, 25 Apr 2011 06:38:59 +0200 |
koda |
initial refactoring of ObjcExports and OverlayViewController
|
file |
diff |
annotate
|
Thu, 21 Apr 2011 07:41:24 +0200 |
koda |
Clean Augean stables 2 (pascal has classnames available)
|
file |
diff |
annotate
|
Sun, 10 Apr 2011 20:24:25 +0400 |
unc0rr |
Add a parameter for game simulation with no gui/sound enabled, just to get statistics
|
file |
diff |
annotate
|
Wed, 06 Apr 2011 00:29:49 +0200 |
koda |
strangely enough, the new sdl rotation code is incompatible with our system... this is a workaround that should hold up until their code becomes more stable
|
file |
diff |
annotate
|
Sat, 26 Mar 2011 22:49:38 +0100 |
koda |
fix a couple of loose ends
|
file |
diff |
annotate
|
Thu, 24 Mar 2011 16:06:03 +0100 |
koda |
this supposedly makes hwengine work with sdl 1.3 past rev 5296
|
file |
diff |
annotate
|
Wed, 23 Mar 2011 16:27:24 +0100 |
koda |
glswapbuffer consistency and create the window in the center (still, it doesn't work past sdl r5296)
|
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
|
Mon, 07 Feb 2011 23:12:56 +0100 |
koda |
update sdl apis to use the new rendering functions
|
file |
diff |
annotate
|
Sun, 06 Feb 2011 00:47:00 +0100 |
sheepluva |
initialize pointers properly with nil
|
file |
diff |
annotate
|
Sat, 05 Feb 2011 15:45:44 +0100 |
koda |
cleaning up how chat is handled on idevices
|
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
|
Tue, 01 Feb 2011 19:49:10 +0100 |
sheepluva |
Thou shalt not leak!
|
file |
diff |
annotate
|
Tue, 01 Feb 2011 15:30:08 +0100 |
koda |
addfilelog <3 debugfile
|
file |
diff |
annotate
|
Tue, 01 Feb 2011 00:18:25 +0100 |
koda |
merge 0.9.15 once again
|
file |
diff |
annotate
|
Sun, 30 Jan 2011 17:54:02 -0500 |
nemo |
Reset things using team colour on change in SetClanColor in lua. This routine had better have been worth it.
|
file |
diff |
annotate
|
Fri, 28 Jan 2011 02:47:11 +0100 |
sheepluva |
procedure for loading hats
|
file |
diff |
annotate
|
Tue, 18 Jan 2011 00:12:39 +0100 |
koda |
code cleanup
|
file |
diff |
annotate
|
Tue, 04 Jan 2011 12:53:46 +0100 |
koda |
merge with HEAD after 0.9.15 release, move consts and vars in their proper files
experimental3D
|
file |
diff |
annotate
|
Sun, 02 Jan 2011 19:30:16 +0100 |
koda |
rearrange quality flags a little, disable snow rendering on rqLowRes
|
file |
diff |
annotate
|
Thu, 30 Dec 2010 01:44:55 +0100 |
Henek |
added also splash and droplets to sd and refactored theme.cfg, not all themes updated
|
file |
diff |
annotate
|
Sat, 22 Jan 2011 01:38:01 +0100 |
koda |
fixes for maps and quality = 0
0.9.15
|
file |
diff |
annotate
|
Tue, 28 Dec 2010 19:05:58 -0500 |
nemo |
Unbreak reduce quality on snow/christmas. Thanks Cairo.
|
file |
diff |
annotate
|
Tue, 28 Dec 2010 23:53:37 +0100 |
Henek |
sudden death, now with visual and audial effects :D
|
file |
diff |
annotate
|
Wed, 22 Dec 2010 03:05:28 +0100 |
koda |
damn. it.
|
file |
diff |
annotate
|
Mon, 13 Dec 2010 15:02:04 +0100 |
Henek |
added team flag to AddTeam and made AI team allowed to have custom flags. added GetGearVelocity and SetGearVelocity and removed CopyPV2. changed knockball to use use these functions instead.
|
file |
diff |
annotate
|
Sun, 21 Nov 2010 19:51:33 +0300 |
unc0rr |
Remove some more circular dependencies
|
file |
diff |
annotate
|
Sun, 21 Nov 2010 19:41:19 +0300 |
unc0rr |
uDebug
|
file |
diff |
annotate
|
Sun, 21 Nov 2010 17:48:58 +0300 |
unc0rr |
Move some command handlers out of uCommands into more appropriate places, thus removing some dependencies. Ideally uCommands shouldn't depend on anything (except for uTypes and uConsts probably)
|
file |
diff |
annotate
|
Sat, 20 Nov 2010 23:55:00 +0300 |
unc0rr |
Move localization data to uVariables, some Uses cleanup
|
file |
diff |
annotate
|
Sat, 20 Nov 2010 23:08:11 +0300 |
unc0rr |
Introduce uGearsRender
|
file |
diff |
annotate
|
Thu, 18 Nov 2010 16:19:55 +0300 |
unC0Rr |
Introduce uRenderUtils
|
file |
diff |
annotate
|
Thu, 18 Nov 2010 15:45:35 +0300 |
unC0Rr |
Introduce uRender
|
file |
diff |
annotate
|
Thu, 18 Nov 2010 12:12:51 +0300 |
unC0Rr |
Haven't found a better place than uIO for OutError
|
file |
diff |
annotate
|
Thu, 18 Nov 2010 11:45:31 +0300 |
unC0Rr |
Introduce uTextures
|
file |
diff |
annotate
|
Thu, 18 Nov 2010 11:32:47 +0300 |
unC0Rr |
Move some stuff from uMisc to uUtils
|
file |
diff |
annotate
|
Wed, 17 Nov 2010 22:26:34 +0300 |
unc0rr |
Some more
|
file |
diff |
annotate
|
Wed, 17 Nov 2010 22:14:41 +0300 |
unc0rr |
uTeams
|
file |
diff |
annotate
|
Wed, 17 Nov 2010 22:07:03 +0300 |
unc0rr |
uLand isn't that important to them
|
file |
diff |
annotate
|
Wed, 17 Nov 2010 17:45:55 +0300 |
unC0Rr |
Move variables from uMisc to uVariables
|
file |
diff |
annotate
|
Wed, 17 Nov 2010 17:22:36 +0300 |
unC0Rr |
Introduce unit uTypes in order to remove some cyclic unit dependencies
|
file |
diff |
annotate
|
Mon, 27 Dec 2010 23:57:44 +0100 |
koda |
add a S3D_DISABLED symbol to disable/enable stereo rendering at compilation time
experimental3D
|
file |
diff |
annotate
|
Mon, 15 Nov 2010 12:37:39 +0100 |
koda |
update the 3d branch after release
experimental3D
|
file |
diff |
annotate
|
Fri, 12 Nov 2010 22:38:05 +0100 |
Palewolf |
Light trails for bullets
|
file |
diff |
annotate
|
Thu, 11 Nov 2010 11:04:24 -0500 |
nemo |
Move resurrection to utilities, reduce its probablit a bit to match other utilities, rename the "hint" prop since it really isn't being used as a hint anymore. That can be put back if it changes.
|
file |
diff |
annotate
|
Mon, 08 Nov 2010 19:36:51 -0500 |
nemo |
restore circle
|
file |
diff |
annotate
|
Wed, 27 Oct 2010 14:02:20 +0200 |
koda |
update branch with latest head, most likely breaking water color in stereo mode
experimental3D
|
file |
diff |
annotate
|
Tue, 12 Oct 2010 05:06:30 +0200 |
koda |
minor stuff
|
file |
diff |
annotate
|
Mon, 11 Oct 2010 20:34:21 +0200 |
Tobias Neumann |
New Weapon: Resurrector (TODO: ammo icon + sprites)
|
file |
diff |
annotate
|
Sun, 10 Oct 2010 02:06:42 +0200 |
koda |
some optimizations to drawing and fetching data of new ammomenu
|
file |
diff |
annotate
|
Sat, 09 Oct 2010 18:01:47 +0200 |
koda |
merge
|
file |
diff |
annotate
|
Fri, 08 Oct 2010 22:46:05 +0400 |
unc0rr |
Some optimizations
|
file |
diff |
annotate
|
Sat, 09 Oct 2010 18:00:53 +0200 |
koda |
made the new menu toggable
|
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
|
Sat, 02 Oct 2010 04:23:32 +0200 |
koda |
iPad Video Out support (+less warnings +code update for latest SDL)
|
file |
diff |
annotate
|
Sun, 26 Sep 2010 17:02:44 +0200 |
koda |
enable Lua for iOS (hooks for frontend to be done)
|
file |
diff |
annotate
|
Thu, 23 Sep 2010 00:09:16 +0200 |
koda |
captions are scaled down when they're bigger than screen
|
file |
diff |
annotate
|
Wed, 22 Sep 2010 23:46:38 +0200 |
koda |
compilation bugfix and scaling down textures when bigger than screen
|
file |
diff |
annotate
|
Sun, 19 Sep 2010 04:12:03 +0200 |
koda |
re-add City theme with the UpdateDataFolder script (and revert changes made to the flake sprite)
|
file |
diff |
annotate
|
Sat, 18 Sep 2010 01:50:29 +0200 |
koda |
added forgotten images, removed support for CJK fonts (saving 13 MB)
|
file |
diff |
annotate
|
Tue, 14 Sep 2010 13:05:49 +0200 |
smaxx |
Engine:
|
file |
diff |
annotate
|
Sun, 12 Sep 2010 19:06:02 -0400 |
nemo |
Adjust to reduced ammo menu dimensions.
|
file |
diff |
annotate
|
Wed, 01 Sep 2010 20:41:45 +0200 |
smaxx |
Engine:
|
file |
diff |
annotate
|
Thu, 26 Aug 2010 16:02:09 +0200 |
smaxx |
Engine:
|
file |
diff |
annotate
|
Thu, 26 Aug 2010 14:46:30 +0100 |
tiyuri |
Fixes memory leak -Burp
|
file |
diff |
annotate
|
Wed, 25 Aug 2010 00:17:51 +0200 |
koda |
set flake to non critical, no touches until game is starding, moved some variables to be initialized in the right place
|
file |
diff |
annotate
|
Tue, 24 Aug 2010 17:03:44 +0200 |
smaxx |
Engine:
|
file |
diff |
annotate
|
Mon, 23 Aug 2010 13:58:46 +0200 |
smaxx |
Frontend:
|
file |
diff |
annotate
|
Sat, 31 Jul 2010 11:24:53 +0200 |
koda |
remove trailing spaces from end of line
|
file |
diff |
annotate
|
Wed, 18 Aug 2010 20:29:41 +0200 |
smaxx |
Engine:
experimental3D
|
file |
diff |
annotate
|
Sat, 31 Jul 2010 10:52:43 +0200 |
koda |
reverted stereo craziness - the experimental3D branch has been created for a reason
|
file |
diff |
annotate
|
Mon, 02 Aug 2010 12:24:06 +0200 |
koda |
these were removed by mistake
experimental3D
|
file |
diff |
annotate
|
Fri, 30 Jul 2010 19:56:28 +0200 |
smaxx |
Engine:
|
file |
diff |
annotate
|
Sat, 31 Jul 2010 10:53:54 +0200 |
koda |
applying smaxx patch where it should be
experimental3D
|
file |
diff |
annotate
|
Fri, 30 Jul 2010 18:20:42 +0200 |
smaxx |
Engine:
|
file |
diff |
annotate
|
Fri, 30 Jul 2010 13:36:03 +0200 |
koda |
add some comments and fix indentation
experimental3D
|
file |
diff |
annotate
|
Fri, 30 Jul 2010 13:07:46 +0200 |
koda |
creating a new branch for experimental 3d stereographic rendering
experimental3D
|
file |
diff |
annotate
|
Sun, 25 Jul 2010 16:02:02 +0200 |
koda |
use llvm to compile, don't preview map on wimpier devices, merge vsync, fix iphone launch image
|
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, 14 Jul 2010 00:43:36 +0200 |
koda |
save the gl client state to get a nice 80% fps boost
|
file |
diff |
annotate
|
Sat, 10 Jul 2010 15:39:07 +0200 |
koda |
cWeaponTooltips -> rqTooltipsOff
|
file |
diff |
annotate
|
Thu, 08 Jul 2010 02:23:10 +0200 |
koda |
redo spinning wheel, redo fix for detail selection, redo ammo quantity and name in ammomenu
|
file |
diff |
annotate
|
Wed, 07 Jul 2010 03:16:12 +0200 |
koda |
enable tooltips on ipad (todo: disable them on iphone)
|
file |
diff |
annotate
|