Commit graph

2808 commits

Author SHA1 Message Date
oy 3102907b54 added a check for ppc building on mac os x. Closes #1006 2012-10-07 15:35:33 +02:00
oy efc26acaaa set default value for asynchronous rendering to disabled for now. #1001 2012-10-07 11:35:39 +02:00
oy 81f3882976 removed old non threaded graphics backend 2012-10-07 11:31:23 +02:00
oy 500621ec47 readded texture resampling 2012-10-07 11:22:49 +02:00
oy e6a1f99681 fixed texture memory usage calculation in graphics threaded 2012-10-06 23:31:02 +02:00
oy 7415514a72 play only one weapon no ammo sound per second. #993 2012-10-06 13:47:37 +02:00
oy 09cca41215 fixed last commit 2012-10-06 13:24:31 +02:00
BeaR 9071008a6f Missed a file.. 2012-10-06 13:20:50 +02:00
BeaR 056309ac5e Readded Texturecompression-support 2012-10-06 13:20:44 +02:00
oy d23a1247aa Merge pull request #1010 from Lealen/master
Update flags
2012-10-04 12:56:34 -07:00
oy 279441a4c9 added language files as submodule 2012-10-03 19:27:50 +02:00
oy 8f86ce2600 Merge pull request #1014 from ghost91-/mac-fix
Fixed threaded gfx and building on Mac OS X
2012-08-26 11:07:03 -07:00
Johannes Loher 5db997445a Fixed threaded gfx and building on Mac OS X 2012-08-26 20:02:04 +02:00
Lealen bez c0bb435e1b Update flags
Source:
http://en.wikipedia.org/wiki/Greenland
http://en.wikipedia.org/wiki/Libya

Thanks for Narem for reporting this.
2012-08-23 21:00:18 +02:00
oy 0fc13ec1f8 Merge pull request #998 from cinaera/RenderBug
Fix Renderingbug:
2012-08-19 09:40:10 -07:00
oy cb9d6032ff Merge branch 'master' of https://github.com/SushiTee/teeworlds 2012-08-19 15:48:34 +02:00
oy 1a125863a3 fixed a compiler error and removed some unused variables 2012-08-19 13:06:04 +02:00
oy f25010d9dd Merge branch 'master' of github.com:teeworlds/teeworlds
Conflicts:
	src/game/client/gameclient.cpp
	src/game/server/gamecontext.cpp
2012-08-19 12:46:24 +02:00
oy 37b43caba8 cleaned up Sv_VoteOptionListAdd message 2012-08-19 10:40:30 +02:00
oy 8b5dddf2ba fixed some problems with force_vote 2012-08-18 20:14:23 +02:00
oy 34ebab8cab made force_vote just ui based 2012-08-18 18:42:31 +02:00
SushiTee d3f642a641 -removed color depth config variable
-updated fake list of resolutions
-make sure resolutions are sorted in menu
2012-08-18 17:51:47 +02:00
SushiTee e3da49eac3 Merge branch 'master' of git://github.com/teeworlds/teeworlds
Conflicts:
	src/engine/client/graphics_threaded.h
2012-08-18 15:39:23 +02:00
oy 2c6b573217 Merge pull request #1002 from matricks/cleanup
Cleanup and bugfixes
2012-08-18 03:40:24 -07:00
oy d8d259a166 made the client handle callvote and teamchange cases even more and let the server be more silent on faulty tries 2012-08-18 11:21:54 +02:00
Magnus Auvinen 8ed246fa1c fixed all the errors that the clang static analayzer found 2012-08-17 18:32:56 +02:00
SushiTee 87da295f6e remade settings->Tee menu 2012-08-17 18:05:45 +02:00
BeaR 3e387634c8 Set value higher 2012-08-17 10:44:51 +02:00
Magnus Auvinen 678cc311df corrected gitignore so it isn't as recursive. git failed to recognize new files. 2012-08-17 00:05:39 +02:00
Magnus Auvinen 4e20a9e6c0 cleaned up warnings that clang spits out. some bugs found with it. 2012-08-17 00:03:53 +02:00
SushiTee 37638fcf6b fixed copy&paste mistake 2012-08-16 22:28:30 +02:00
Magnus Auvinen 700d3780bb added missing flush to SendStartIfno 2012-08-16 20:33:07 +02:00
SushiTee bdfbf00190 render background map always in high detail 2012-08-16 19:03:12 +02:00
SushiTee 197bd83fd5 remade Demo menu 2012-08-16 15:36:38 +02:00
oy 80cb4e15a4 improved callvote handling on the client, merged its messages and made the server be more silent on faulty tries 2012-08-16 12:03:44 +02:00
SushiTee 49c13ddf40 little changes on lists and headlines 2012-08-16 01:33:28 +02:00
SushiTee fe5e393308 remade settings->controls menu 2012-08-15 22:03:35 +02:00
SushiTee c5b313b30b updated menu_buttons 2012-08-15 15:56:15 +02:00
oy dc22f9fa1c merged vote start/end messages 2012-08-14 00:16:54 +02:00
BeaR 3effd73596 Fix Renderingbug:
If u change the alpha value inside a colorenvelope, the tileset-/quad-rendering is messed sometimes
http://i.solidfiles.net/580a9699c4.png(map: run_exchange by delo)
2012-08-13 12:57:40 +02:00
oy d2924b5ad6 cleaned up core events 2012-08-13 10:36:01 +02:00
SushiTee 06a56df3e6 fixed button mouseover to use the same alpha like the tabs 2012-08-12 22:20:57 +02:00
SushiTee 9a1f8899b7 finished graphics menu (for now) 2012-08-12 18:51:35 +02:00
SushiTee 37c970bc49 changed some stupid things 2012-08-12 18:41:49 +02:00
SushiTee 509be82c4b updated menu_buttons 2012-08-12 16:18:39 +02:00
SushiTee 0b739d0404 Merge branch 'master' of git://github.com/teeworlds/teeworlds 2012-08-12 15:57:19 +02:00
Magnus Auvinen 85a5fd8bc0 fixed missing texture unload in the editor 2012-08-12 14:32:37 +02:00
oy 322b57bd83 Merge pull request #994 from matricks/cleanup
clean up of several things and introducing more type saftly
2012-08-12 05:32:25 -07:00
Magnus Auvinen 563f1d0c52 removed the operator int() from IGraphics::CTextureHandle and ISound::CSampleHandle in order to catch more bugs 2012-08-12 14:02:50 +02:00
Magnus Auvinen dfcbe85488 introduced ISound::CSampleHandle to add more typesafty 2012-08-12 13:56:35 +02:00