Commit graph

1495 commits

Author SHA1 Message Date
FeaRZ d16b46b496
Finished what was left to translate in Spanish
Translated from line 658 to line 1199. Finished what was left to translate in Spanish.
2020-07-06 23:25:03 -04:00
def 9093e9aca5 Fix polish translation typo (by TortiLeq) 2020-07-05 23:56:05 +02:00
def a451b08e11 Fix hungarian translation typo (by Cellegen) 2020-07-05 23:54:53 +02:00
heinrich5991 6ff3167a6a Add translations by Jeroen and gigi7187 2020-07-03 00:56:47 +02:00
3edcxzaq1 ab3bbc4337 Update Swedish translations 2020-07-01 11:42:49 +02:00
def 00673e53f4 Add hungarian translation by Cellegen (fixes #2428) 2020-06-30 21:43:39 +02:00
def e8feba8afd Lost some polish translations by TortiLeq, restore 2020-06-30 21:38:53 +02:00
def 73dcd08f5d Update German translation 2020-06-30 21:38:15 +02:00
def 9a87068184 Regenerate language files 2020-06-30 21:38:15 +02:00
bors[bot] de8cc79578
Merge #2389
2389: Ignore emoticon of spammy players (fixes #2387) r=heinrich5991 a=def-

Controlled with the regular ignore chat button in players menu

Co-authored-by: def <dennis@felsin9.de>
2020-06-29 12:09:48 +00:00
def cb7a8a3f5e Add gui_icons.png by Ravie 2020-06-28 09:38:39 +02:00
def 6635ce210a Switch order in gui_icons.png, add icon by barsik 2020-06-27 19:44:57 +02:00
def 7d1e67eb44 Fix first lines to start with # 2020-06-27 12:58:55 +02:00
def 7608eb67d6 Ignore emoticon of spammy players (fixes #2387)
Add ignore emoticon button in player menu.
Someone needs to draw the graphic for that.
2020-06-27 01:15:09 +02:00
def 3278002ac7 Remove comments in language files 2020-06-26 23:27:49 +02:00
def a1f9222f50 Add German translation 2020-06-26 18:42:46 +02:00
def d77bf206dc Regenerate language files 2020-06-26 18:38:41 +02:00
def 2d6e56fec8 Translation fixes
- Code didn't work with newlines, get rid of them
- Some stylistic improvements
2020-06-26 18:34:50 +02:00
def 853d312436 Update polish translation by TortiLeq 2020-06-26 13:22:30 +02:00
sven 9d0bae9769 Fix unused translation 2020-06-26 02:49:35 +02:00
sven d6ba7863c8 Update Swedish translations 2020-06-25 18:22:20 +02:00
Nyte_BK201 6d11aeec81 Add 14.0 Simplified-Chinese translation; Edit few translation errors 2020-06-25 07:17:13 +08:00
def f51a443998 Merge remote-tracking branch 'edg-l/pr_show_spec'
Update x_spec with the more minimal version by HiRavie
Fix CMakeLists.txt
2020-06-24 09:55:59 +02:00
Edgar 3f476171f1
change to white and use colors 2020-06-22 18:43:49 +02:00
Edgar f3466e05ba
Show /spec tees with a dashed skin 2020-06-21 17:48:33 +02:00
def c64691db01 Update translation files
With:

  for i in data/languages/*.txt; do scripts/languages/copy_fix.py $i $i.$$.tmp --delete-unused --append-missing && mv $i.$$.tmp $i; done
2020-06-21 01:18:42 +02:00
bors[bot] 98b448ebcc
Merge #2247
2247: Thread safe SQL interaction r=def- a=Zwelf

This PR intends to make the database interaction thread safe and optimizes some SQL queries. This is still a WIP, but since it is a rather big PR I wanted to get feedback early on.

Benefits:

* remove race conditions leading to undefined behavior and potential crashes
* logging game related database results in teehistorian would be possible

Behavior change:

* /top5team prints ranks in reverse order when passing a negative number (like /top5, /top5points)
* Optimize SQL statements for /rank /teamrank /top5 /top5team /points /top5points
* /load without parameters doesn't pass the SQL error to the user (as most other functions)
* Simplify IScore interface
* Add UUID to /save table (update of database schema necessary):
  ```
  ALTER TABLE record_saves ADD SaveID varchar(64);
  ```
* /save immediately kills team and loads it again if the database insert fails.

still TBD:
* [x] saving (team) score when finishing
* [x] loading team save
* [x] loading initial time and birthday check
* [x] /map and random map votes
* [x] RFC: generate a passphrase (2-3 word) if save-code exists or no save-code is given making /save failures much more rare and save-codes more secure
* [x] clean up code (removing now unused structs, ordering of functions in IScore)

Co-authored-by: Zwelf <zwelf@strct.cc>
2020-06-17 19:35:45 +00:00
Zwelf ea31171873 Generate passphrase for save-code
* when none is given
* if the given save-code already exist
* if the database connection fails therefore it can't be checked if the save-code already exists

Using the short word list from eff:
https://www.eff.org/deeplinks/2016/07/new-wordlists-random-passphrases
2020-06-15 11:14:15 +02:00
def 2d0340b1cd Add Entites off sign to front layer (fixes #2261) 2020-06-14 16:01:32 +02:00
MikiGamer 95c419d684 BlockWorlds Entities 2020-05-19 16:49:28 +02:00
Rafael Fontenelle 9652ef46f1
Update brazilian_portuguese.txt 2019-12-18 02:51:47 -03:00
bors[bot] 9b8675b774
Merge #1991
1991: Translate the replay feature to german (+more) r=def- a=ChillerDragon



Co-authored-by: ChillerDragon <chillerdragon@gmail.com>
2019-12-16 13:41:33 +00:00
清歌 72ac1a2cc8
Add/Optimize some simplified Chinese translations 2019-12-16 19:55:35 +08:00
ChillerDragon b36e010aed Translate the replay feature to german (+more) 2019-12-13 16:37:55 +01:00
Dennis Felsing 0498df2508 Update localizations (Thanks to Cellegen for report)
- Remove duplicate laser entries
- Update menus_settings.cpp comment for scripts
- Update instructions for scripts
- Run script to get updated localizations
2019-12-02 09:09:01 +01:00
ChillerDragon 96c9b1ab73 Rename rifle to laser
This makes it easier to copy code from/to 0.7
23df3c609e
2019-11-22 15:37:18 +01:00
12pm 36df86fcd2 Add toggle keyboard shortcuts button to demo player
Demo shortcuts can be annoying if you have other binds on them.

Icons made by eNJi
2019-10-05 18:06:58 +02:00
def 6394924210 Replace browse_icons (by MiM) (fixes #1880) 2019-08-04 11:17:18 +02:00
Rafael Fontenelle 55ae5e2376
Update Brazilian Portuguese translation 2019-04-06 16:54:34 -03:00
def cc1ce8699b Update language files
Is this the proper way?

for i in data/languages/*.txt; do scripts/languages/copy_fix.py $i $i.tmp --delete-unused --append-missing --delete-empty && mv $i.tmp $i; done
2019-04-06 15:19:07 +02:00
Dennis Felsing 1b34283001 Switch verified icon to checkmark again (by MiM) 2019-03-22 07:14:30 +01:00
def 0535f31bea Remove unused norank icon from browse_icons.png 2019-03-19 21:54:47 +01:00
def 4f515bf67e Add symbol for official servers in server browser (fixes #1501)
- Also fix favorites checkbox when removing favorite
- Might need a nicer looking symbol
2019-03-19 07:46:50 +01:00
def 6701000931 Rename Score board to Scoreboard for consistency 2019-03-12 19:00:47 +01:00
def 9452851764 Update Hungarian translations (by Cellegen) 2018-12-24 11:03:21 +01:00
Ryozuki 62dbda204e fix entities clear and remove tele-activator from gametile as it doesn't make sense. 2018-11-04 15:50:56 +01:00
Ryozuki 007eb71d2a new tele-activator tiles (edited by Ravie, based on Sonix work) 2018-11-03 10:26:20 +01:00
Ryozuki c831b5e0c1 change tele-blocker to tele-activator 2018-11-03 10:26:18 +01:00
12pm 5a5dc45368 Update GL and LY flags 2018-10-22 18:31:13 +02:00
Ryozuki 183f335606 Improve teleblocker tile, thanks to Ravie 2018-10-22 18:25:08 +02:00
Dennis Felsing a09fa562be
Merge pull request #1314 from timakro/pr_editor_entities_gametypes
Allow choosing game layer entities for different gametypes, closes #1283
2018-10-07 23:02:20 +02:00
yangfl 6ead5e6f9c Update Chinese translations 2018-10-07 20:49:30 +08:00
Tim Schumacher 3d7ee89104
Add game layer entities images 2018-10-02 23:24:22 +02:00
Tim Schumacher fd52bc7a26
List all game layer entities images in directory 2018-10-02 23:08:17 +02:00
def d92b7ef6b7 newline 2018-08-25 19:40:18 +02:00
def 23874f8ac2 grass_main automapper fix by Ravie 2018-08-25 19:39:30 +02:00
Dennis Felsing 285b6f1ca7
Merge pull request #1222 from heinrich5991/pr_ddnet_langscripts
Move language scripts and make them callable from everywhere
2018-08-09 13:03:54 +02:00
Dennis Felsing eb1b4a8b74 Add back Vanilla maps for compatibility 2018-08-07 08:39:08 +02:00
Jupeyy d7bb03ee19 don't render all border all the time 2018-08-02 18:26:12 +02:00
heinrich5991 3a8cc43e13 Move language scripts to scripts/ 2018-07-25 00:34:02 +02:00
fokkonaut b8b97eb740 added skin prefix (#1218) 2018-07-24 17:26:39 +02:00
Ryozuki 50c84a60f7 add teleport gun/grenade/laser 2018-07-15 10:21:59 +02:00
bors[bot] 861746a641 Merge #1185
1185: Port lang scripts to Python3 r=heinrich5991 a=rffontenelle

Scripts for managing translations are currently available for Python 2. DDNet already uses Python 3, so it make sense IMO to have these scripts using this version as well.

Co-authored-by: Rafael Fontenelle <rafaelff@gnome.org>
2018-07-06 12:14:46 +00:00
Rafael Fontenelle 85a15fe442 Port lang scripts to Python3 2018-07-06 08:39:08 -03:00
Rafael Fontenelle 7697f3072b
Update Brazilian Portuguese translation 2018-07-04 07:38:51 -03:00
Edgar 1a83968df2
remove warning 2018-07-04 09:22:21 +02:00
Edgar 3ca0bd4f69
Update catalan translation 2018-07-04 09:20:19 +02:00
Rafael Fontenelle 099e9faafe Remove duplicated "please translate this" comment lines 2018-07-03 20:12:23 -03:00
Rafael Fontenelle 27a15d491a Update translations 2018-07-03 20:00:31 -03:00
Rafael Fontenelle b67d2247b9 Fix Simplified Chinese
The multiple occurrences of a key string was resulting in failure
when running analyze.py.
2018-07-03 19:53:21 -03:00
ChillerDragon ba842a9672 Add new freeze automap rule 2018-06-29 15:48:52 +02:00
Dennis Felsing bf772769ad Update portuguese.txt (by Rockus) 2018-04-06 10:46:35 +02:00
Dennis Felsing a01939a6f7 Update portuguese.txt (by Rockus) 2018-04-06 07:34:37 +02:00
David-U-Tang db75df4d92 Change the wrong translation of Simplified Chinese
“Manual” here should be translated to “手动” or "手动录制" but not "手册"。
2018-04-03 17:42:07 +03:00
Dennis Felsing ed33557a97
Merge pull request #1081 from Jupeyy/master
New buffer system and text renderer to support buffering of hud, text and map components, that are displayed ingame
2018-04-03 10:12:09 +02:00
Jupeyy e642b14c88 add icon font 2018-03-13 21:43:27 +01:00
Jupeyy 91dcab6645 add new shaders for quads,text and sprites 2018-03-13 21:42:05 +01:00
Jupeyy b911ee9044 calcualte texel offset on CPU not GPU 2018-03-13 21:41:37 +01:00
Ryozuki 1230f4e016 update catalan translation 2018-03-12 19:45:55 +01:00
Emir Marincic 4264652573
Fix UI break on portuguese
This very badly overflows, just "Information" should work fine in this context.
2018-02-22 22:03:20 +01:00
清歌 360e475d74
Change the wrong translation of Chinese
Countries should mean “国家” but not "次数"。
2018-02-04 19:03:53 +08:00
def 151da9af97 Remove Emojis 2018-01-25 20:03:18 +01:00
def 1e5985a4b3 Update portuguese translations by Rockus 2018-01-21 16:50:37 +01:00
Deeper b095c0b864
Update russian.txt 2018-01-20 01:12:11 +03:00
def ae0525a027 Update hungarian translation (by Cellegen) 2018-01-04 20:02:33 +01:00
bors[bot] 27722633a3 Merge #940
940: Put shaders into the data/ directory r=Learath2 a=heinrich5991

Simplifies a lot of things
2017-11-15 23:29:55 +00:00
heinrich5991 a3f544a73e Add missing EOL at end of file to shaders 2017-11-09 11:31:13 +01:00
heinrich5991 17d3f4afa4 Put shaders into the data/ directory
Simplifies a lot of things
2017-11-08 22:19:47 +01:00
Dennis Felsing 445b0de5ec Update German translation (by Stitch626) 2017-11-07 08:01:14 +01:00
bors[bot] 8227a725d4 Merge #932
932: Update German translation (27 Oct 2017 UTC) r=heinrich5991 a=Wuzzy2

Here's my update for the German translation of the client.

I've already ran the `copy_fix` update string thingie. Have fun! :-)
2017-10-31 23:30:35 +00:00
Wuzzy 0614c03db6 Update German translation (27 Oct 2017 UTC) 2017-10-31 14:52:44 +01:00
Michał 085203abe2 Add emoji spritesheet and python list 2017-10-28 09:08:17 +02:00
Dennis Felsing 648452ca60 Update hungarian.txt (by Cellegen) 2017-10-16 15:21:26 +02:00
Dennis Felsing 943decd627 Update hungarian.txt (by Cellegen) 2017-10-16 09:34:07 +02:00
nobody1 0bd51db7cd fng2 entities 2017-09-21 21:19:10 -05:00
def a9b80e8c11 Update to Portuguese translations (by RockuS) 2017-09-21 21:55:58 +02:00
Rafael Fontenelle c93189b61a Update Brazilian Portuguese translation 2017-09-06 09:56:53 -03:00
def 16f3ddc5a7 Show if user has rank on map in browser (+filter)
UI implementation by timakro
2017-08-30 21:34:04 +02:00
Deeper 098c9101cc Update russian.txt
Corrected errors in translation
2017-08-25 14:14:39 +03:00
def e7814635fe Add jungle_midground rules by hi_leute_gll 2017-08-15 17:22:31 +02:00
Tom 549f95c741 update simplified chinese language file 2017-08-01 09:07:49 +08:00
def 8d621dfc00 Add kitty skins (by Ravie + fuzzy ninja by patwo.*) 2017-07-25 00:11:37 +02:00
def 22c3c13828 Turns out we also need Intermediate Certificates... 2017-07-16 22:02:50 +02:00
def c9b871146b Also trust Let's Encrypt Root CA 2017-07-16 11:23:55 +02:00
def a8b2bb599f Update translations and translation scripts (fixes #595) 2017-07-09 09:09:14 +02:00
Dennis Felsing 7f407aa303 Remove useless comment 2017-03-14 08:46:24 +01:00
heinrich5991 609c8db0e4 Merge pull request #618 from necropotame/pr-palestine
Add palestinian flag (completed version)
2017-02-03 12:46:53 +01:00
heinrich5991 6b9178125b Merge pull request #593 from Echchouik/master
Add palestinian flag
2017-02-03 12:46:31 +01:00
necropotame 3c8f6938b7 Add palestinian flag in countryflags index 2017-02-03 11:23:24 +01:00
def 465b61fe92 Use Taiwanese flag for Traditional Chinese 2016-12-16 21:34:21 +01:00
Jhon Doe 9c2c2a329c Add palestinian flag 2016-11-25 14:40:15 +01:00
Dennis Felsing 45ccf033ad Fix german language file a bit 2016-11-15 13:53:46 +01:00
Dennis Felsing 2de9f9c279 Merge pull request #571 from PathosEthosLogos/patch-1
More Korean translations
2016-11-07 10:17:10 +01:00
BannZay e67fc795a5 Russian localization update 2016-11-07 04:59:42 +02:00
Dennis Felsing 40da13695a Add traditional_chinese to index 2016-11-04 08:33:29 +01:00
def 5074355591 Rename traditional_chinese language file, still missing in index 2016-11-03 22:19:57 +01:00
PathosEthosLogos 68a91f3c8d More translations 2016-10-27 16:42:17 -05:00
Dennis Felsing bfd54db3f5 Merge pull request #566 from timakro/pr_brazilian_portuguese_translation_update
Update Brazilian Portuguese translation, closes #564
2016-10-24 14:18:12 +02:00
Tim Schumacher 4f88ba3c34 Update Brazilian Portuguese translation by Rafael Fontenelle, closes #564 2016-10-24 14:14:00 +02:00
Elvis 79361053d4 Create traditional_chinese
Add Traditional Chinese language
2016-10-19 17:57:57 +08:00
Tim Schumacher a5a7451590 Fix clear entities for ddrace gametype 2016-07-18 08:54:30 +02:00
Tim Schumacher d7980b56f0 language scripts can handle windows linebreaks 2016-05-21 02:47:38 +02:00
Tim Schumacher 3eeccc6149 fix some language files 2016-05-21 02:47:25 +02:00
Tim Schumacher 1fa8b8b463 change DoNe to timakro in german.txt 2016-05-21 02:29:43 +02:00
Tim Schumacher c0e3255540 update language scripts readme 2016-05-21 02:03:15 +02:00
def c583e87b90 Update entities (by Soreu) 2016-04-30 20:45:42 +02:00
Tim Schumacher 48cfea16cc better clear entities for all gametypes (by Soreu) 2016-04-30 20:19:55 +02:00
Tim Schumacher 4a22e762ff added entities clear for other gametypes 2016-04-29 19:29:19 +02:00
def 67bff95a72 Merge remote-tracking branch 'timakro/new_hookthrough' 2016-04-27 18:59:51 +02:00
def 11a07f2c69 Merge branch 'master' of https://github.com/timakro/ddnet into timakro-master 2016-04-27 16:11:14 +02:00
Dennis Felsing b3ffc947e1 Merge pull request #426 from gamertyp/master
Updated rules for latest automapper
2016-04-27 15:53:09 +02:00
def 7d63db2f44 fix permissions 2016-04-27 02:18:46 +02:00
def 847b6f3b96 Optimize PNGs 2016-04-27 01:27:57 +02:00
def 5294a834a2 Add Persian language by OneShadow (not perfect yet) 2016-03-27 14:10:59 +02:00
gamertyp 02a8b899c8 Updated rules for latest automapper 2016-03-10 22:26:59 +01:00
def ce7eb0aac1 Add UNLOCK_TEAM tile (someone draw a tile please) 2016-03-07 18:04:59 +01:00
heinrich5991 e8be975f5b Merge pull request #417 from awaysoft/add_simplified_chinese_support
Add font support for chinese, japanese, korean.
2016-03-03 16:48:28 +01:00
Tim Schumacher 6e7dbec76e made fading border in menu more customizeable 2016-02-16 17:04:46 +01:00
Ryozuki 688d42fc93 improved more the catalan translation 2016-02-14 01:21:10 +01:00
Tim Schumacher efdb5ccb5f update template entities for shortcut 2016-02-09 16:25:44 +01:00
Tom 96510284e3 Add font support for chinese, japanese, korean.
Added some character to DejaVuSans Font, so Language List can show CJK names.
Modify code to let ddnet choose DejavuWenQuanYiMicroHei when user choose CJK language, this font is merge from Dejavu and WenQuanYiMicroHei.
2016-02-06 00:13:57 +08:00
Tom 39ba4aef6c Modify Simplified Chinese Language File 2016-02-05 22:52:57 +08:00
timgame a6a4187fb1 add new hookthrough and hookblocker 2015-11-12 19:46:27 +01:00
timgame 988a8f591a remove colflags 2015-11-08 10:20:10 +01:00
def 37812d95c5 Use map config in Kobra 4 2015-08-27 14:07:11 +02:00
def 6a010bc09c Dilated countryflags for XCA and XEU (by Soreu) 2015-08-26 15:42:53 +02:00
def e0d61a4847 Fix Catalan translation file 2015-08-26 15:33:26 +02:00
def d673aa0c67 Updated jungle_main.rules (by hi_leute_gll) 2015-08-25 19:49:36 +02:00
def 8d7cd79d14 Update Goo! map 2015-08-15 19:38:36 +02:00
def 30ff1ce9c0 Add Goo! map 2015-08-12 13:44:28 +02:00
def 7cc3fde633 Ooops, restore good Kobra 4 map and cfg 2015-08-12 13:23:58 +02:00
def e3f346adba Fix flag for Catala language 2015-08-10 16:11:00 +02:00
def e310af1501 Fix Catalan translation (by Ryozuki) 2015-08-10 15:40:37 +02:00
def 94f35d6f6e Don't ignore clan of friends by default anymore 2015-08-10 15:19:11 +02:00
def fb0a33846c Add XCA and XEU flags 2015-08-07 18:53:18 +02:00
def 2d532f53d6 Fix desert_mountains_new_foreground (by hi_leute_gll) 2015-08-07 02:43:39 +02:00
def 348ac53226 Bind chat on enter/return by default as well 2015-08-05 15:34:08 +02:00
def cbd3eddc9e Ship Kobra 4 instead 2015-08-03 20:07:45 +02:00
def 526d324af4 Don't ship old maps we don't need 2015-08-03 20:07:24 +02:00
timgame 5162bd0f18 added diagonal corners automapper 2015-07-28 16:51:55 +02:00
timgame af2b43ccb2 added round corners automapper by hi_leute_gll 2015-07-28 16:39:47 +02:00
timgame 2244fc65a5 generic_clear.rules automapper by hi_leute_gll 2015-07-28 14:18:14 +02:00
timgame ea035175b3 added basic_freeze.rules automapper 2015-07-28 01:57:06 +02:00
timgame b7b7b14ecf tiny ddmax_freeze.rules "fix" 2015-07-28 01:56:10 +02:00
def 7b713576b8 desert_mountains_new_forground.png => desert_mountains_new_foreground.png 2015-07-15 01:37:54 +02:00
def ea9e1dba8c grass_doodas_0.7.png => grass_doodads_0.7.png 2015-07-15 01:25:10 +02:00
def 2247086d9e Add basic_freeze mapres by Savander 2015-07-13 19:51:29 +02:00
def b1ac1430e9 Also rename automapper rules from - to _ 2015-07-13 19:06:48 +02:00
def 528897d3e2 Rename mapres to use _ instead of - 2015-07-13 16:19:18 +02:00
def a8e5a2a51f Add more mapres: desert_background, desert_mountains_new_background, desert_mountains_new_foreground, snow_mountain, generic_clear 2015-07-13 16:15:08 +02:00
def 7ff964aa0b Add mixed-tiles by Soreu 2015-07-13 16:03:26 +02:00
def 1da3f2bab4 Add font-teeworlds and font-teeworlds-alt by Soreu 2015-07-13 15:53:59 +02:00
Dennis Felsing 89c29a15f5 Merge pull request #233 from timgame/DDRace64
improved grass_main/0.7 automapper by hi_leute_gll
2015-07-09 19:20:48 +02:00
timgame 929919d44b improved grass_main/0.7 automapper by hi_leute_gll 2015-07-09 19:17:46 +02:00
def f6b4ca16f9 Merge branch 'DDRace64' of github.com:def-/ddnet into DDRace64 2015-07-09 18:17:06 +02:00
def 445e45809d Add grass_doodads_0.7 2015-07-09 18:16:58 +02:00
Tim Schumacher 02562ce3d0 fix stateboard headings which were to wide 2015-07-09 13:51:58 +02:00
timgame 4e33c394b9 improved german language 2015-06-30 18:57:39 +02:00
timgame dec9985c6a added language scripts 2015-06-30 18:57:25 +02:00
def 18846f868b Fix Polish translation (by Lady Saavik) 2015-06-28 13:09:14 +02:00
def c6d90c6705 Add Catalan translation (by Ryozuki) 2015-06-27 21:02:43 +02:00
def 397dd0e090 Update round-tiles.rules (by hi_leute_gll) 2015-06-27 00:41:44 +02:00
Dennis Felsing caf663c7db Merge pull request #228 from savander/DDRace64
Missing localize + Polish language support
2015-06-26 21:59:25 +02:00
def 82409a510f Update grass_main.rules (by hi_leute_gll) 2015-06-26 21:57:39 +02:00
savander 88f9c14048 Cleanup unused translate 2015-06-26 21:43:36 +02:00
savander 9a3ab61b9e Added missing string 2015-06-26 20:48:56 +02:00
savander 813f2d41e6 Polish language support for DDnet 2015-06-26 20:43:49 +02:00
def cfc92d83f9 New game tiles by Soreu 2015-05-08 02:23:06 +02:00
def 4ab03e20b7 Add new game tiles by Soreu 2015-04-23 01:37:46 +02:00
def c9e0f7e950 Remove unusued fonts 2015-04-17 20:09:37 +02:00
def 47f77b426a Add black tile to ddnet-walls (by Saavik) 2015-04-07 18:56:37 +02:00
def 07e48f72df No more sun for unfreeze 2015-03-15 17:46:47 +01:00
def f7c606c649 Fix entities_clear and make unfreeze sun symbol (by Saavik) 2015-03-14 14:23:21 +01:00
timgame 1c6c3716ce fixed 1px offsets 2015-03-12 19:38:13 +01:00
timgame 7594c9a594 added ddmax-freeze tileset with automapper 2015-03-11 16:30:42 +01:00
def 91756cc529 Merge branch 'DDRace64' of github.com:def-/ddnet into DDRace64 2015-03-10 22:57:52 +01:00
def 05970cc2e2 Add BONUS tile, opposite of PENALTY (for Saavik's new map) 2015-03-10 22:57:40 +01:00
timgame ca378e7782 updatet unhookable automappers 2015-03-06 17:00:14 +01:00
timgame 6188b16e5e added tile -1 and updated grass automappers 2015-03-04 16:03:52 +01:00
def dd588d25e3 More automapper rules for grass_main(_0.7) (by hi_leute_gll) 2015-02-21 16:26:48 +01:00
def 0a7745a28c 2 more tiles for grass_main_0.7 (by Soreu) 2015-02-21 16:26:27 +01:00
def 4a1d1422b5 Add generic_unhookable (+0.7) rules by hi_leute_gll 2015-02-12 18:51:07 +01:00
def 883cd3d7d3 Adaptation to work with DDNet 2015-01-19 22:19:27 +01:00
def 72b72b8b61 Fix of water mapres (by Soreu, found by hi_leute_gll) 2015-01-19 22:14:50 +01:00
timgame 2ee0ca0648 added refill jumps tile and cleaned tile detection 2015-01-19 22:14:49 +01:00
def 91dfe9fd1b Add water tileset (by Soreu) 2014-12-25 16:32:36 +01:00
def 57d8734fce Add better hookable entity (by Soreu) 2014-12-25 16:31:19 +01:00
def 85169941b4 Fix round-tiles (by Soreu) 2014-12-03 19:45:10 +01:00
def 97fc1ad003 New entities for better visibility of hookables 2014-11-23 21:40:18 +01:00
Rafael Ferreira 1212b7a882 Updated Brazilian Portuguese translation
Applies translations already updated by me in official Teeworlds translation, accessed in:  https://github.com/teeworlds/teeworlds-translation/blob/master/brazilian_portuguese.json
2014-11-21 16:16:02 -02:00
def 9fb02ade4f Remove BB skins 2014-11-07 02:20:36 +01:00
def 7a5935d298 Add BadAnqelMonster skin 2014-10-25 14:40:18 +02:00
Dennis Felsing 792a891dfa Merge pull request #71 from cinaera/pr_speaker
Add editor icon for audio source
2014-10-21 12:15:18 +02:00
BeaR 09f8630b68 Add editor icon for audio source 2014-10-21 12:07:09 +02:00
timgame 3899a80f75 clean up automapper 2014-10-21 00:59:08 +02:00
def 760a9662ba Add fixes for grass_main_0.7 (by Saavik) and automapper rules (by hi_leute_gll) 2014-10-19 01:15:14 +02:00
def 8de48fe072 Remove Bloody FreaKy skin on request of FreaKy (no idea why) 2014-10-19 01:08:35 +02:00
def d9b94a7332 Fixed jungle_background (by 645654) 2014-10-17 20:18:27 +02:00
def fdfa9141af Remove unused 00260teecammo 2014-10-06 04:20:00 +02:00
def 755590309e Add 00Bolox skin 2014-10-05 23:53:40 +02:00
def 9691293f4c New "Entities off" sign 2014-10-01 19:07:42 +02:00
def a168f17bf1 Add Volt skin 2014-09-21 13:38:07 +02:00
def 58f768e8b1 Separate timed-switch-activation and unsolo tiles in entities_clear 2014-09-20 16:56:17 +02:00
def a8b33efafa Oops², restore old entities_clear 2014-09-20 16:51:02 +02:00
def 520b84328f Fix 5:4 resolution in menu 2014-09-20 13:37:00 +02:00
def 7b9f346440 Oops, restore old entities_clear 2014-09-18 02:31:50 +02:00
def 18d1e25d5c Fix: Render SwitchTimedOpen and Unsolo on seprate tiles 2014-09-17 20:22:42 +02:00
def 568120157f Remove moon_0.7 because it's the same as moon (thanks Saavik) 2014-08-27 22:26:59 +02:00
east 070ebe2895 merge fixed 2014-08-23 17:57:32 +02:00
east 65b2426349 CDemoEditor: added new buttons to demo player 2014-08-13 16:35:15 +02:00
def ab43f45c78 Add Shadow skin 2014-08-12 20:55:12 +02:00
def 6ede38cdf7 Update 00Laxa skin 2014-08-11 22:36:52 +02:00
def 251af2fd49 xenon skin update 2014-08-10 17:27:05 +02:00
def 670b449aa5 Add Sonic skin 2014-08-10 11:02:18 +02:00
def b883ca1787 Add XeNoN skin 2014-08-06 15:09:11 +02:00
def 938394f223 Add 00Laxa skin 2014-08-04 17:58:04 +02:00
def 1205b22b6c Remove Shadow skin, add ghostjtj instead 2014-07-30 22:37:36 +02:00
def aa81aea400 New 00Wolf skin 2014-07-28 22:09:53 +02:00
def 5cfa9f947d 2 more skins 2014-07-27 11:27:25 +02:00
def 80f607e784 Add Shadow skin 2014-07-26 21:03:26 +02:00
def 5864a47c4b Show tune layers in entities again 2014-07-26 12:33:25 +02:00
def 510b8c6e21 add 00appendix skin 2014-07-18 23:23:17 +02:00
def de1253033e Add DDNet start line 2014-07-15 14:50:07 +02:00
def 37ac87c8a6 Update iParano skin 2014-07-12 00:05:29 +02:00
def ebc9e55acd Add 00Necrid skin 2014-07-10 16:47:25 +02:00
def 5e89631637 Revert "Add 00Necrid skin"
This reverts commit b52afd5464.
2014-07-10 16:46:46 +02:00
def b52afd5464 Add 00Necrid skin 2014-07-10 16:19:56 +02:00
def 4c2e01114f Add back 00Eviltee 2014-07-09 20:01:40 +02:00
def 659651adf7 Add 00Beast skin 2014-07-08 16:56:19 +02:00
def cf40843780 Add back another skin 2014-07-08 16:54:27 +02:00
def 1507abe474 Add skins I accidentally removed 2014-07-08 04:04:20 +02:00
def 7341c73128 Add 00Bibi skin 2014-07-08 03:29:55 +02:00
def f7f5c24fcd Remove unused and bad skins 2014-07-08 03:26:25 +02:00
def 3f4efa5898 Rename cube_personal skin to oldman 2014-07-08 02:22:26 +02:00
def d12f4d95fa New skin 2014-07-03 19:28:33 +02:00
def 7ddbf78de4 New PPRace skins by whis 2014-07-03 02:32:11 +02:00
def 329d448648 New skin 2014-07-01 17:57:40 +02:00
def 844e7d23f7 Add new skin by MobyDog 2014-06-29 20:37:54 +02:00
def d023db5dfd Zed -> 00Zed 2014-06-25 14:31:20 +02:00
def ca160bad1d New skin Zed by Nigel 2014-06-25 12:16:21 +02:00
def 7e43084548 Remove ugly DDRace start line 2014-06-24 16:33:02 +02:00
def b5044ea832 Add some nice Teeworlds 0.7 mapres 2014-06-24 16:32:54 +02:00
def 6af468b5c3 New skins by chew 2014-06-24 00:02:21 +02:00
def 99c74b5311 Fix wall jumps 2014-06-22 00:50:11 +02:00
def 180ccb768d Remove space in skin 2014-06-14 09:49:19 +02:00
def 0549e1ef62 New skin 2014-06-07 17:32:16 +02:00
def d8ff93bc85 New BB skins 2014-06-07 02:10:13 +02:00
def 51f1633549 New skin 2014-05-25 03:25:28 +02:00
def 477efde171 New skin for Amol 2014-05-23 19:28:13 +02:00
def a8ad349ed8 New skin 2014-05-19 00:20:09 +02:00
def f495c4abec New skins 2014-05-11 20:59:52 +02:00
def a889a4c2b2 New arrow 2014-05-05 19:57:21 +02:00
def fe789f3b78 Add new skin 2014-05-03 15:17:44 +02:00
def 489c148f91 New ddnet-tiles 2014-04-28 18:54:50 +02:00
def 0508d547b8 New ddnet-tiles 2014-04-28 16:37:47 +02:00
def 378d613de9 Add tee directions 2014-04-26 21:00:14 +02:00
def e5a2f5412e Add aqua skin 2014-04-16 15:25:20 +02:00
def 72a8c581a2 Fix shotgun_strength in tune zone 2014-04-14 22:15:48 +02:00
def b489aa5237 Remove unwanted skin 2014-04-14 15:42:30 +02:00
def 29db455131 Multiline tune zone messages 2014-04-13 19:27:08 +02:00
def a285751c5f Fix: Bullets should still work 2014-04-05 16:17:05 +02:00
def 3c8a55c743 Readd gravity map 2014-03-30 16:41:06 +02:00
def 3fc879728a Change example map to Kobra 2014-03-29 18:28:49 +01:00
def 8db3ad04f0 Remove gravity map 2014-03-29 18:24:01 +01:00
def a7d5ebe412 Remove duplicate skin 2014-03-29 18:12:37 +01:00
def 3818ceb5fd New skins from Moby Dog (thanks SBL) 2014-03-27 11:22:21 +01:00
def 82027bc3a6 New BB skins 2014-03-27 01:38:05 +01:00
def c98ad5bf22 Merge branch 'new' into DDRace64
Conflicts:
	src/game/editor/layer_tiles.cpp
2014-03-23 23:18:43 +01:00
def f6a86ca75e Corrent entities_clear 2014-03-23 17:55:06 +01:00
HMH e8a7e28f69 updated entities_clear.png for tuningzones 2014-03-23 17:10:49 +01:00
HMH a26106f132 added gravity.map with gravity.cfg as test and example map 2014-03-23 17:10:49 +01:00
HMH c7e52211d7 merged tunelayer: added Buttons, put an Image for the tunelayer took over most code from other layers and adapted for tunelayer 2014-03-23 17:10:48 +01:00
def 699eb0f27a New skins 2014-03-23 03:37:09 +01:00
def d4c20c8927 Revert freeze entity when playing with entities 2014-03-13 21:18:40 +01:00
def 64835db8ae New (old) deep-unfreeze tile 2014-03-09 21:16:11 +01:00
def 08d2335572 New BB skins 2014-03-05 22:19:49 +01:00
def 8bde63bd5c New freeze in editor too 2014-02-26 14:19:34 +01:00
def fb98c4e5bd Remove duplicate skin 2014-02-26 03:12:12 +01:00
def e2d7b1c3ff Bandana Brothers update 2014-02-26 01:21:20 +01:00
def 6741b00212 New unfreeze entity 2014-02-25 20:18:24 +01:00
def 1baa44009e Dilate round-tiles 2014-02-21 20:57:08 +01:00
def de5c1d4741 ddnet-walls (by Broken) 2014-02-19 22:44:19 +01:00
def 714e617eba New BandanaBrothers skins 2014-02-19 00:02:38 +01:00
def 966b0770ec Tile redesign 2014-02-12 20:24:04 +01:00
def 90fa601a2f Skins 2014-02-10 01:52:23 +01:00
def 42ed2807cb Add penalty tile 2014-02-09 23:31:29 +01:00
def bf4ba56b05 Oops 2014-02-05 20:10:52 +01:00
def c4e0cca046 Fix +showhookcoll when player hooking is disabled 2014-02-05 03:39:09 +01:00
def ef406f2f0b Oops 2014-02-03 21:25:29 +01:00
def 618a5986cb Add very important skin 2014-02-03 02:33:05 +01:00
def eca83be1ee Dilate files 2014-02-01 22:21:00 +01:00
def 391232017a Add evil checkpoint teleports 2014-02-01 22:20:41 +01:00
def ff3b76af61 Add NoLaser tile to entities 2014-01-26 22:13:37 +01:00
def 5bfda18aea OS X server changes 2014-01-16 20:23:00 +01:00
def 1e1ef2843d Improved ddnet-tiles 2014-01-15 14:29:36 +01:00
def f8158bfa83 Improved ddnet-tiles 2014-01-15 14:12:51 +01:00
def 865509f266 New BB skins 2014-01-12 04:45:16 +01:00
def 7deb1ec6e6 Very bad ddnet-tiles rules for automapping 2014-01-10 19:29:05 +01:00
def 4f0c61716c Better Scoreboard 2014-01-10 18:15:26 +01:00
def 3dc996e3cc New ddnet-tiles by phacrum and 645654 2014-01-06 15:19:00 +01:00
def 7da88b06fa Name fix 2014-01-01 15:06:06 +01:00
def 4b5785d45b Add ddnet-tiles and rules 2013-12-28 01:09:40 +01:00
def ea6f6c0e37 Add fadeout tiles and automapper rules for them 2013-12-27 18:33:46 +01:00
def f22a1f6050 Auto mapper: Rules for Freeze, Unfreeze, Tele with grass_main 2013-12-27 18:33:26 +01:00
def 83dd6ddf83 Add languages 2013-12-26 18:51:18 +01:00
def 3eaad43b6b Merge remote-tracking branch 'upstream-teeworlds/0.6' into DDRace
Conflicts:
	bam.lua
	data/languages/index.txt
	src/engine/server/server.cpp
	src/engine/shared/network_server.cpp
	src/game/client/components/chat.cpp
	src/game/client/components/menus_settings.cpp
	src/game/server/entities/character.cpp
	src/game/server/gamecontext.cpp
	src/game/version.h
2013-12-26 18:02:22 +01:00
def e3559581b2 New skins 2013-12-09 22:48:41 +01:00
def d1a584b4af Add jetpack tile 2013-11-22 15:10:55 +01:00
def 9c4432dba9 New skins 2013-10-30 09:27:06 +01:00
def 0ede3492ce Skin update 2013-10-25 03:22:49 +02:00
def 8979ebb075 Update BB skins 2013-10-18 14:55:24 +02:00
def b5ba5b172a Remove stupid skin 2013-10-18 14:52:07 +02:00
def 40569651fb More entities fix 2013-10-15 17:28:42 +02:00
def 585d1d5c1a Further entities cleanup 2013-10-15 15:13:27 +02:00
def 8354478125 Enitties fix 2013-10-15 14:48:40 +02:00
def 45b8939c35 Better entities 2013-10-14 01:40:04 +02:00
def 302c0106d8 improve entities 2013-10-11 16:00:07 +02:00
def f0b6ff9c4c Readd chat sounds and add option to disable them 2013-10-08 17:23:00 +02:00
def 97cf635e75 Remove 2nd Default skin 2013-10-08 00:35:03 +02:00
def 2813ff3155 Fix entities 2013-10-07 23:56:08 +02:00
def eb3580f257 Add skins 2013-10-07 23:55:51 +02:00
def 0d7b918361 New entities 2013-10-07 15:36:15 +02:00
def 6da8d2146c New mapping entity: Specify number of jumps 2013-08-24 01:03:45 +02:00
def bf518df74d New teleport entities 2013-08-13 04:59:25 +02:00
def 4987b26b7b Fix prediction 2013-08-05 19:58:51 +02:00
def 111d5c7f10 Add entities to start and stop: Player collisions, Hooking, Infinite jump 2013-08-05 17:47:04 +02:00
def f097b32c2c Remove stupid sound files 2013-07-11 17:16:35 +02:00
chingis eedd4fed0d Update kyrgyz.txt 2013-04-20 05:05:41 +06:00
chingis 1a5e22dbcc Update kyrgyz.txt 2013-04-19 19:23:01 +06:00
oy 7e8374447a switched filenames of highlight and client chat message to prevent some misunderstanding there. #966 2013-03-20 22:38:06 +01:00
chingis e25a002fa4 kyrgyz.txt
kyrgyz translation
2013-02-28 17:28:45 +06:00
chingis 5de3192c27 Update index.txt
add kyrgyz
2013-02-28 17:27:12 +06:00
Shereef Marzouk 9e3cd78369 obst skins (Closes #211) 2013-02-03 20:11:57 +02:00
Shereef Marzouk 531a59123b missing tele tile 2013-02-02 03:25:45 +02:00
Shereef Marzouk ba3c1f36db Added beast.png and veteran.png skins by whis 2013-02-01 10:28:02 +02:00
GreYFoX fa57b979fd they were flipped
i never revised the commit @ravomavain added these tiles in, we are both mistaken for all this mess
2012-05-05 03:44:32 +02:00
GreYFoX a1fa8fe706 fixed the entities_clear.png and tele.png
NOTE: dunno why we needed another from and to but maps use it now and we can't change it
2012-05-05 03:35:41 +02:00
GreYFoX 3f2126cbf3 added missing entity to clear 2012-05-03 18:20:29 +02:00
GreYFoX 6eeba714da added missing entity 2012-05-03 18:18:28 +02:00
GreYFoX cd4ba53bae Merge branch 'master' of git://github.com/teeworlds/teeworlds into DDRace
Conflicts:
	bam.lua
	scripts/build.py
	scripts/make_release.py
	src/engine/server.h
	src/game/client/gameclient.cpp
	src/game/server/gamecontext.cpp
	src/game/server/gamecontext.h
	src/game/server/gamecontroller.cpp
	src/game/server/gamecontroller.h
	src/game/server/player.cpp
	src/game/version.h
2012-04-12 02:09:31 +02:00
heinrich5991 bddc8c7161 added skins by MobyDog 2012-02-10 22:50:07 +01:00
oy 357be91c6b removed language files 2012-02-05 17:06:07 +01:00
Yared Hufkens c5bc44d02b Removed comment on line 473 2012-02-05 13:32:09 +01:00
Yared Hufkens 78a1ef9988 Translated untranslated strings in german and dutch lang files 2012-02-03 19:57:59 +01:00
oy 4efd65359e show notification when game is paused 2012-01-10 22:40:48 +01:00
oy ea1609a58b added missing localisations 2012-01-10 22:37:27 +01:00
oy 535324d6ed added an entry for the kill command to the controls menu. Closes #652 2012-01-08 00:20:02 +01:00
GreYFoX c46f3e06e7 Merge branch 'master' of git://github.com/oy/teeworlds into DDRace 2012-01-04 20:10:07 +02:00
Learath2 8e8ba26ac2 Fixed errors i've seen in Turkish translation. 2012-01-01 23:54:29 +02:00
GreYFoX 908cb57f25 New entities thanks to @Fisico 2012-01-01 04:54:40 +02:00
GreYFoX 1446d0980b Merge branch 'master' of git://github.com/oy/teeworlds into DDRace
* Version 1.098a
Conflicts:
	bam.lua
	src/game/client/gameclient.h
	src/game/mapitems.h
2011-12-05 11:32:01 +02:00
oy 318d4e24b0 updated dejavu font to 2.33 2011-12-04 19:50:43 +01:00
GreYFoX 5ebf60891c Merge branch 'master' of git://github.com/oy/teeworlds into DDRace 2011-12-01 19:48:09 +02:00
oy f26365d097 added fix for last commit by DNR 2011-11-30 01:57:52 +01:00
EliteTee c52bf5ac3a Fixed serbian translation... 2011-11-30 01:55:30 +01:00
GreYFoX 116daa67d3 Merge branch 'master' of git://github.com/oy/teeworlds into DDRace 2011-09-13 01:01:25 +02:00
oy ac929c0365 Merge pull request #864 from Learath2/translate-c
Minor Updates On Turkish Translation
2011-09-11 15:08:41 -07:00
Learath2 8b91036da6 Minor Updates On Turkish Translation 2011-09-07 16:59:20 +03:00
GreYFoX 8c103b8c13 * Added a new tile to facilitate solo parts ( works with teams )
* Can now put tiles with the same indexes as in tele or switch layer i game layer but it will drawn to the correct image
* Adjusted Masking to account for Solo players
2011-09-02 20:04:18 +02:00
GreYFoX 44b636d37f Merge branch 'master' of git://github.com/oy/teeworlds into DDRace 2011-08-29 06:10:21 +02:00
oy a0aedd4d3b Merge pull request #848 from Learath2/translate-c
Updated Turkish Translation
2011-08-28 16:16:30 -07:00
GreYFoX d998d1a2ca Skins By Moby 2011-08-27 16:20:50 +02:00
Learath2 4dec5db9bd Updated Turkish Translation 2011-08-21 01:12:50 +03:00
GreYFoX 35d16bd58c Merge branch 'master' of git://github.com/oy/teeworlds into DDRace0611
Conflicts:
	src/engine/console.h
	src/engine/server.h
	src/engine/server/server.cpp
	src/engine/shared/config_variables.h
	src/engine/shared/console.cpp
	src/engine/shared/console.h
	src/engine/shared/network_server.cpp
	src/game/client/components/console.cpp
	src/game/client/components/console.h
	src/game/client/components/menus_browser.cpp
	src/game/client/gameclient.cpp
	src/game/editor/editor.cpp
	src/game/editor/editor.h
	src/game/editor/io.cpp
	src/game/editor/layer_tiles.cpp
	src/game/editor/popups.cpp
	src/game/gamecore.cpp
	src/game/mapitems.h
	src/game/server/entities/character.cpp
	src/game/server/entities/laser.cpp
	src/game/server/gamecontext.cpp
	src/game/server/gamecontroller.cpp
	src/game/server/gamecontroller.h
	src/game/server/gamemodes/ctf.cpp
	src/game/server/player.cpp
	src/game/variables.h
2011-08-13 02:01:40 +02:00
arionwt1997 1ba57a5696 Edited by Arion WT 07.08.2011, Fixed some errors 2011-08-07 13:16:28 +03:00
Kottalizer 379e5c7378 added matiasmunk's improvements 2011-08-06 22:49:11 +02:00
oy 7e4449d05a added fix for Ukrainian translation by 404_not_found 2011-07-30 19:50:58 +02:00
oy 5c73b6afc8 added Hungarian translation by Feca 2011-07-30 19:47:01 +02:00
oy f6301181dd added Belarusian translation by arionwt1997 2011-07-30 19:20:51 +02:00
GreYFoX 74462d4611 enumerated laser types, made it possible to choose which weapon to disable using switch layer delay variable 2011-07-25 22:16:20 +02:00
oy a3613605c3 added update for Polish translation by Shymwo 2011-07-21 18:54:53 +02:00
Isadora 0520363702 Improved the translation of a few strings and corrected unnecessary/wrong changes from last update. 2011-07-20 21:47:11 +02:00
oy 737b5540ad added update for Polish translation by Shymwo 2011-07-15 01:27:45 +02:00
oy e55653f1e6 added update for Spanish translation by GaBOr 2011-07-15 01:23:39 +02:00
oy b7bcba7b85 added update for Bulgarian translation by Hip-Hop_Blond 2011-07-15 01:19:13 +02:00
oy 932ac835d3 added update for Italian translation by Apmox 2011-07-15 01:09:59 +02:00
drnickxyz 5058ec732f Edited data/languages/serbian.txt via GitHub 2011-07-15 00:36:32 +02:00
HeroiAmarelo 35f17e7134 Edited data/languages/portuguese.txt via GitHub 2011-07-15 00:35:23 +02:00
TeeWorlds-org 0765c29c15 Edited data/languages/czech.txt via GitHub 2011-07-15 00:34:19 +02:00
oy 7a129caf8d added updated jungle_main rules by Landil 2011-07-13 23:09:19 +02:00
oy 5f4a5b3366 added country flags to language selectors 2011-07-12 20:33:53 +02:00
oy 38202d9736 added country flags 2011-07-12 20:23:42 +02:00
oy 4d87e9932c added Portuguese translation by HeroiAmarelo and renamed existing one to Brazilian Portuguese 2011-07-11 12:34:17 +02:00
Aline aka Ryomou Hentai Girl 12c453ab15 Portuguese language updated. 2011-07-11 11:33:42 +02:00
Alexandre f0bc14466a Edited data/languages/spanish.txt via GitHub 2011-07-11 11:30:00 +02:00
oy 7bc07b613f added auto mapping feature by LordSkelethom 2011-07-09 01:09:06 +02:00
arionwt1997 ad0c58dbef Update 10:40 07.07.2011 by Arion WT 2011-07-07 00:39:05 -07:00
oy 2523d20b40 added update for Russian translation by Bananbl4 2011-07-07 02:03:04 +02:00
Nicolae Crefelean ba2dbd8416 Edited data/languages/romanian.txt via GitHub 2011-07-05 23:34:34 +02:00
oy 5008b5f8a5 Added update for Finnish translation by ziltoide 2011-07-05 18:31:04 +02:00
oy 7f546488ee added update for Bosnian translation by *** 2011-07-04 23:31:22 +02:00
oy 6b4080aee8 added update for Portuguese translation by Slinack 2011-07-03 00:23:26 +02:00
oy 7b6e75f451 added for Slovak translation by LimiT 2011-07-02 20:24:44 +02:00
oy 9be652170b added update for dutch translation by Syntax Error 2011-07-02 20:09:24 +02:00
TeeWorlds-org de9da10f55 Updated Czech localization by Medik & Petr 2011-07-02 10:37:05 -07:00
Choupom 199a1d8d1d updated french l10n 2011-07-02 19:23:49 +02:00
oy 165dd6b287 Merge pull request #741 from heinrich5991/languageadd_german1
Updated German localization
2011-07-02 03:18:49 -07:00
oy b6b33b09d9 Merge pull request #740 from heinrich5991/languageadd_norwegian0
Added norwegian translation by MertenNor
2011-07-02 03:17:53 -07:00
heinrich5991 a51485563a Updated German localization 2011-07-02 09:10:21 +02:00
heinrich5991 93df265a65 Added norwegian translation by MertenNor 2011-07-02 08:46:16 +02:00
Kottalizer 0cd8681961 fixed a few grammar errors as well as the untranslated strings 2011-07-01 15:34:54 -07:00
oy 18560a5e35 added Romanian translation update by kneekoo 2011-07-01 18:40:49 +02:00
oy 123eab41c8 made it possible to filter by player country in the server browser. Closes #654 2011-06-29 22:27:32 +02:00
oy b7ce39be94 added "Updated Turkish Translation" by Learath2 2011-06-27 22:23:40 +02:00
Learath2 85bf55d95e Updated Turkish Translation 2011-06-27 19:54:08 +03:00
oy fb309436b4 improved friends feature 2011-06-26 17:10:13 +02:00
GreYFoX 7ea942441b New Entities from @Fisico, Discarded tele.png because it had missing tiles 2011-06-26 02:15:23 +02:00
GreYFoX 4e98a45175 Skin pack by whis 2011-06-07 16:42:42 +02:00
Romain Labolle 38f1db1c4f Adding a checkpoint system for teleporters :
* Player go through a Checkpoint tile (29 in tele layer)
* He fall in a Check-Teleporter tile (31 in tele layer)
* Player is teleported to the check-TO (30 in tele layer) that have the same number as the last Checkpoint.
Thus players are teleported to the last checkpoint he passed, regardless of whether he made ​​the map in the right direction or not.

Tele tileset may need some improvement.
Closes Pull Request #52
2011-06-01 17:03:04 +02:00
GreYFoX 1d8f3fffe4 Merge branch 'master' of git://github.com/oy/teeworlds 2011-06-01 16:35:05 +02:00
Nicolae Crefelean 9f323857af Edited data/languages/romanian.txt via GitHub 2011-05-25 18:36:32 +02:00
GreYFoX cc63cf2553 Merge branch 'master' of git://github.com/oy/teeworlds
Conflicts:
	src/engine/external/pnglite/pnglite.c
	src/engine/external/pnglite/pnglite.h
	src/engine/shared/config_variables.h
	src/game/client/components/menus_browser.cpp
	src/game/server/entities/character.cpp
	src/game/server/entities/laser.cpp
	src/game/server/gamecontext.cpp
	src/game/server/player.cpp
	src/game/version.h
2011-05-09 18:36:13 +02:00
Isadora Queiroz 019eb146a7 update of portuguese translation 2011-05-09 17:26:02 +02:00
oy ed7af20dab added German translation update by andi103 2011-05-03 23:25:20 +02:00
oy e85c4cb5db updated language files 2011-05-02 19:31:20 +02:00
oy 96f94a3155 added German translation update by andi103 2011-05-02 19:12:27 +02:00
oy a4e5228725 added Russian translation update by BotanEgg 2011-05-02 19:07:35 +02:00
oy 26d014ad4f cleaned up last commit 2011-05-02 18:31:44 +02:00
Learath2 d2cbcbfcf4 Added turkish translation 2011-05-02 18:29:22 +02:00
oy dd05015321 added "minor fix and update of portuguese translation" by Slinack 2011-05-02 18:24:12 +02:00
oy 1bdc68318a added "Italian translation review" by Otacon 2011-05-02 18:21:08 +02:00
oy 25c2af4fa4 added "updated dutch language file" by Vijfhoek 2011-05-02 18:09:31 +02:00
oy d5e065b6c7 added tileset bugfixes by Crises 2011-05-02 18:00:02 +02:00
GreYFoX 8b5135c359 Removed Text from evil teleporter
people should check the documentation to know what it does
p.s. @Speedy-Consoles please update the Documentation to say it also cuts the hook of the hookers
2011-04-20 21:37:53 +02:00
oy 726bbbbdb0 added missing localisation in the demo player 2011-04-16 18:37:57 +02:00
GreYFoX 0df6d0541f Merge branch 'master' of git://github.com/oy/teeworlds into HEAD
Conflicts:
	bam.lua
	src/engine/console.h
	src/engine/server.h
	src/engine/server/server.cpp
	src/engine/shared/config.h
	src/engine/shared/config_variables.h
	src/engine/shared/console.cpp
	src/engine/shared/console.h
	src/game/client/components/binds.cpp
	src/game/client/components/chat.h
	src/game/client/components/console.cpp
	src/game/client/components/console.h
	src/game/client/components/controls.cpp
	src/game/client/components/emoticon.h
	src/game/client/components/maplayers.cpp
	src/game/client/components/menus.h
	src/game/client/components/scoreboard.h
	src/game/client/components/spectator.h
	src/game/client/components/voting.h
	src/game/client/gameclient.cpp
	src/game/client/gameclient.h
	src/game/client/render.h
	src/game/collision.cpp
	src/game/editor/ed_layer_tiles.cpp
	src/game/gamecore.cpp
	src/game/gamecore.h
	src/game/layers.cpp
	src/game/layers.h
	src/game/mapitems.h
	src/game/server/entities/character.cpp
	src/game/server/entities/laser.cpp
	src/game/server/entities/laser.h
	src/game/server/entities/pickup.cpp
	src/game/server/entities/pickup.h
	src/game/server/entities/projectile.cpp
	src/game/server/gamecontext.cpp
	src/game/server/gamecontroller.cpp
	src/game/server/gamecontroller.h
	src/game/server/gameworld.cpp
	src/game/server/gameworld.h
	src/game/server/player.cpp
	src/game/variables.h
2011-04-14 01:27:49 +02:00
oy 2f99b4e324 forgot to add the music file 2011-04-13 21:08:34 +02:00
oy aeec62266b added Danish translation by SnOrKilll 2011-04-13 20:19:37 +02:00
oy 1a5d70450f added "reimplemented menu music by teetow-the-great-teetow" by Choupom 2011-04-13 20:00:54 +02:00
oy 537e5fa7b6 added default keys for spectator next/previous and updated localisations 2011-04-13 17:39:26 +02:00
GreYFoX e3cc1c405e Merge branch 'master' of git://github.com/oy/teeworlds 2011-04-12 21:05:55 +02:00
oy ad5eeb14b3 added Norwegian translation by MertenNor 2011-04-12 20:35:28 +02:00
oy 62e816e847 fixed an entry within Russian translation 2011-04-12 20:31:47 +02:00
oy 0cfdd96b02 added flag for Bosnia and Herzegovina 2011-04-12 20:21:23 +02:00
oy b5070bac70 added update for Russian translation by RaZeR[RT] 2011-04-12 17:57:02 +02:00
oy 2a12516268 added update for Bosnian translation by *** 2011-04-12 17:53:42 +02:00
GreYFoX 91a1a6f23b hmm 2011-04-11 17:14:24 +02:00
GreYFoX 25f229de38 the latest but not the last merge mistake 2011-04-11 16:54:43 +02:00
GreYFoX 75f8a95a75 Merge branch 'master' of http://github.com/oy/teeworlds
Conflicts:
	src/game/version.h
2011-04-10 14:43:55 +02:00
oy 3788d2392d moved to trunk version again and added update for Portuguese translation by Slinack 2011-04-10 02:23:39 +02:00
GreYFoX aaac8a3f77 Merge branch 'master' of http://github.com/oy/teeworlds
Conflicts:
	src/game/version.h
2011-04-09 22:33:06 +02:00
GreYFoX f7f6058a92 Merged Oy, Cleaned up, removed some useless features and code parts
Added Icon by landil
alot more...
2011-04-09 22:32:17 +02:00
oy aecb97fa0a fixed problem with jungle_main 2011-04-09 21:15:25 +02:00
oy 9d01effb9f fixed editor entities 2011-04-09 20:35:34 +02:00
oy 1d7a91909c ctf2 update 2011-04-09 18:32:01 +02:00
oy caf1a9f912 made translations ready for 0.6 release and added fixed friends/mute icons 2011-04-09 18:08:11 +02:00
oy 42fdd6540c added new graphics and maps 2011-04-09 16:48:51 +02:00
oy 05889f3e3e fixed problem with the hammer hit particle 2011-04-09 00:02:08 +02:00
oy 9643fc36ae added new hammer hit effect by SushiTee and Crises 2011-04-08 19:11:41 +02:00
oy e63683e649 added new friends/mute icons and buttons by Crises 2011-04-08 18:45:57 +02:00
oy 8acd47e3b8 added update for Finnish translation by ziltoide 2011-04-06 23:56:54 +02:00
oy d4bc8f8b27 Added fix for overlapping German translation 2011-04-06 23:36:51 +02:00
oy a2af5cbae2 added update for Spanish translation by Ninja Style. Closes #610 2011-04-06 23:22:06 +02:00
oy 205a09a158 added Bulgarian translation by Hip-Hop_Blond. Closes #607 2011-04-06 23:19:51 +02:00
oy 5bc6bfdecc added fix for overlapping polish translation by Tsin. Closes #621 2011-04-06 23:15:58 +02:00
oy b985fdc20a added new friend/mute buttons by Crises and reworked the player options like Landil suggested. Closes #579 2011-04-06 20:18:31 +02:00
oy ebca792975 improved call vote tab. Closes #573 2011-04-06 11:41:40 +02:00
oy 923153ca70 added update for Russian translation by carzil 2011-04-05 19:19:06 +02:00
oy 656d8a6301 commented out unused country flags in the index file 2011-04-05 18:41:24 +02:00
oy 02e15ef9f1 added a fix for French translation by Ubu 2011-04-04 21:09:05 +02:00
Johannes Loher 8b7bba083e Corrected the german localisation a bit 2011-04-04 20:47:01 +02:00
oy 5c6e274a88 added more and resized flags by Crises and made them show up smaller and less of an eye-catcher. Closes #566 2011-04-04 20:37:12 +02:00
oy 9da43765f3 added update for German translation by heinrich5991 2011-04-03 23:46:51 +02:00
oy afb7de6327 removed strange characters from index.txt 2011-04-03 23:05:39 +02:00
Choupom 65f7b45207 fixed french l10n 2011-04-03 23:00:57 +02:00
Choupom 1cc89dba5c updated romanian l10n by kneekoo 2011-04-03 23:00:38 +02:00
Choupom a267d474c0 added slovak l10n by Limit and Petr 2011-04-03 23:00:18 +02:00
oy 5beae41043 added update for Czech translation by Petr 2011-04-02 23:02:33 +02:00
vierkant f57824bae9 small addition 2011-04-02 22:19:37 +02:00
vierkant 80826be7a6 Translated and arranged missing strings to Dutch. 2011-04-02 22:19:30 +02:00
Martin Pola dfcdb9d439 Edited data/languages/polish.txt via GitHub 2011-04-02 22:18:00 +02:00
Choupom 878055ece8 updated french l10n 2011-04-02 19:53:54 +02:00
Choupom b3cb33eec0 replace team name by clan name if possible 2011-04-02 18:11:43 +02:00
oy f6597bfa6c changed flag of Ireland to Northern Ireland 2011-04-02 17:51:20 +02:00
oy 30c45b7899 removed newline from a localisation. Closes #572 2011-04-02 12:08:46 +02:00
Martin Pola 81453bd09c Translated the new variables. 2011-04-02 11:17:09 +02:00
oy 053a1d19ec added another editor entity by Crises 2011-04-01 21:08:06 +02:00
oy 593a8ee6ec improved settings menu. Closes #564 2011-04-01 19:36:44 +02:00
oy 25a0069bf0 added new editor entities by Crisis 2011-04-01 18:23:25 +02:00
oy 0e6aca2b28 fixed a missing translation 2011-03-31 18:24:02 +02:00
oy 08c03104b4 changed ingame vote menu so it fits the other tabs and it's makes localisations easier 2011-03-31 15:43:12 +02:00
oy 0307138950 added better headlines for tabs in vote menu 2011-03-28 23:51:46 +02:00
oy 867f944459 added graphic buttons for remove/add friend and chat ignore/notice 2011-03-28 21:10:37 +02:00
oy 6e1b6b102a added menu to add/remove a vote on the server 2011-03-26 18:43:43 +01:00
oy ae325c873f added friends feature. Closes #24 2011-03-23 13:06:35 +01:00
oy eaef2ce48a added notification for unsaved map data and a confirmation for overwriting an existing map in the editor. Closes #115 2011-03-22 00:31:42 +01:00
oy 8d159ce65a removed localisation in the editor 2011-03-20 17:04:03 +01:00
oy 18e5412358 added sound for highlighted chat message. Closes #508 2011-03-20 15:58:59 +01:00
oy 3a7d93e182 added few more flags 2011-03-20 11:06:52 +01:00
oy 3d63afacc2 fixed a problem with the country flag selector, changed a localisation and the format of a file 2011-03-19 19:31:00 +01:00
oy cb7ce30398 added country flags 2011-03-19 19:23:56 +01:00
oy a8bf857c68 improved server browser list resorting and made search work on IP addresses. Closes #482 2011-03-18 19:03:13 +01:00
oy 5d04c5cd8e updated localisations 2011-03-17 17:53:13 +01:00
oy 2740a7f2ee changed a French translation 2011-03-17 17:51:40 +01:00
GreYFoX 87cde802b1 Added a new entities_clear
Fixed cl_ddrace_cheats not controlling cl_show_entities
attempted to make cl_show_entities show other layers than the game layer
2011-03-16 19:48:16 +02:00
oy 156e23b592 added loading/support for country flags to the client 2011-03-16 12:09:22 +01:00
oy be8f669333 added extended demo infos in the demo browser 2011-03-13 10:41:10 +01:00
oy a04eb45354 added rename button to the demo browser and updated localisation entries 2011-03-12 19:08:44 +01:00
oy 740242a2c8 added missing localisation entries 2011-03-10 10:22:47 +01:00
oy 4f91026a01 added an editor function to show tile informations (index, flip/rotate status) 2011-02-18 11:41:27 +01:00
oy ae94c36f54 made game tile construction in the editor more usable 2011-02-18 10:49:54 +01:00
oy 927954a53b added new emoticons. Closes #362 2011-02-16 11:45:19 +01:00
GreYFoXGTi 718d697707 Merge branch 'master' of http://github.com/oy/teeworlds
Conflicts:
	src/game/collision.cpp
	src/game/collision.h
	src/game/gamecore.cpp
	src/game/server/gamecontext.cpp
2011-02-13 19:36:53 +02:00
GreYFoXGTi f83132448d Merged Oy, Isolated Freeze from Deep Freeze 2011-02-13 19:32:06 +02:00
Choupom 7ef9c0e7be fixed french translation 2011-02-13 12:24:15 +01:00
oy b8e3795bfa added update for French translation by clecle226 2011-02-12 23:43:59 +01:00
oy d12db45c48 added editor function to construct different game tiles from a layer. Closes #460 2011-02-12 19:10:45 +01:00
root 20f186b0d2 Updated german translation 2011-02-09 12:54:50 +01:00
oy f5de59451a fixed a french translation and disarrangement 2011-02-09 12:37:19 +01:00
clecle226 4ba5980204 added translation 2011-02-09 12:28:39 +01:00
oy 6d9d92f418 added update for Romanian translation by kneekoo 2011-02-09 12:23:47 +01:00
GreYFoXGTi 3da1860654 Merge branch 'master' of http://github.com/oy/teeworlds
Conflicts:
	data/languages/dutch.txt
2011-02-04 18:54:54 +02:00
GreYFoXGTi 984d10970e Localization and Cooler Browser Filter 2011-01-31 00:30:53 +02:00
vierkant 55cc93f4af Rearranged alphabetically 2011-01-29 18:40:53 +01:00
vierkant f6a467094c Dutch language file update 2011-01-29 18:40:28 +01:00
GreYFoXGTi 5b51295185 Added Deep freeze/unfreeze to switch layer so that it can be controlled with switches
fixed the freeze command

Added Freeze Tile to switch layer to set freeze tile custom delay

Added sv_freeze_delay to control default freeze time delay
2011-01-25 12:05:53 +02:00
GreYFoXGTi f1a8b6b7ad Merge branch 'master' of http://github.com/oy/teeworlds
Conflicts:
	src/engine/shared/config.h
	src/engine/shared/config_variables.h
	src/game/client/gameclient.cpp
	src/game/server/entities/character.cpp
	src/game/server/gamecontext.cpp
	src/game/server/gamecontext.h
2011-01-24 14:06:55 +02:00
oy 53a0f9e78b added Spanish translation by ReGnuM 2011-01-23 17:54:37 +01:00
oy 12e29d7efd fixed Italian language file 2011-01-23 17:54:12 +01:00
Carmine c7ddd5f8ed update italian translation 2011-01-23 17:54:06 +01:00
heinrich5991 fbe1f9cedf updated german localization, fixed one too big string 2011-01-23 17:53:42 +01:00
GreYFoXGTi 2151883b43 Merge branch 'master' of http://github.com/oy/teeworlds
Conflicts:
	src/game/gamecore.cpp
	src/game/server/entities/character.cpp
	src/game/server/entities/laser.cpp
	src/game/server/entities/pickup.cpp
	src/game/server/entities/projectile.cpp
	src/game/server/entity.h
	src/game/server/gamecontext.cpp
	src/game/server/player.cpp
	src/game/variables.h
2011-01-20 16:10:32 +02:00
oy 9c5477a6e8 added romanian translation update by kneekoo 2011-01-18 18:26:02 +01:00
oy bf6fcc20f4 added an error popup on startup when the sound couldn't be initialised. Closes #425 2011-01-17 13:28:15 +01:00
Floff Floffsson 645f31141d deepfreeze tiles 2011-01-17 00:38:24 +02:00
GreYFoXGTi 9c66a2d54c Endless Hook Tile for ingameplay by Floff aka LemonFace 2011-01-17 00:13:21 +02:00
GreYFoXGTi 2ec0e0eec4 Merge branch 'master' of http://github.com/oy/teeworlds
Conflicts:
	src/engine/shared/console.cpp
	src/game/client/components/hud.cpp
	src/game/client/components/scoreboard.cpp
	src/game/server/entities/character.cpp
	src/game/server/entities/projectile.cpp
2011-01-12 11:08:17 +02:00
oy 308dd0304d added Romanian translation by kneekoo 2011-01-11 01:09:46 +01:00
GreYFoXGTi ddc5dd7ab3 Cleaned up & Re-arranged stuff 2011-01-06 05:46:10 +02:00
GreYFoXGTi 1d9190fd5b Merge branch 'master' of http://github.com/oy/teeworlds
Conflicts:
	data/languages/russian.txt
	readme.txt
	src/game/variables.h
2011-01-06 01:49:58 +02:00
oy 64e36b5095 updated french l10n by Choupom 2011-01-05 22:13:44 +01:00
oy 6bf5c0bef2 added updated Bosnian translation by *** 2011-01-05 18:48:00 +01:00
oy 18461535fd changed time left localisation in the map download popup to allow better translations 2011-01-05 17:28:53 +01:00
oy 023763e1a4 updated localisations based on last commit 2011-01-05 12:08:38 +01:00
GreYFoXGTi c5648311ed Merge branch 'master' of http://github.com/oy/teeworlds
Conflicts:
	data/languages/german.txt
	src/game/client/components/scoreboard.cpp
	src/game/editor/ed_layer_tiles.cpp
	src/game/server/entities/character.cpp
	src/game/server/gamecontext.cpp
	src/game/server/gamecontroller.cpp
	src/game/variables.h
2011-01-04 22:37:09 +02:00
vierkant b29b6d0bcf Difference made for disconnect and quit 2011-01-03 12:22:05 +01:00
vierkant 3f1fa001a5 Dutch translation updated.
"seconds and minutes left" in map download in Dutch can better be translated as "left seconds and minutes'" with left in front of the time unit.
2011-01-03 12:21:42 +01:00
Lars Funke cbc76c9247 Updated german l10n 2011-01-02 19:49:22 +01:00
GreYFoXGTi 3956c34b6d Merge branch 'master' of http://github.com/oy/teeworlds
Conflicts:
	data/languages/dutch.txt
	data/languages/french.txt
	data/languages/russian.txt
2010-12-16 04:15:05 +02:00
oy 1d7df01e9a added map download progress by kaddyd 2010-12-16 01:52:29 +01:00
GreYFoXGTi 2f5f332cbb Merge branch 'master' into DDRace
Conflicts:
	src/engine/client/client.cpp
	src/engine/shared/config_variables.h
2010-12-13 03:43:22 +02:00
oy c75a75b64f made it possible to automatically take game over screenshots. Closes #339 2010-12-12 16:48:13 +01:00
GreYFoXGTi c97105a113 fixed missing tile from Fisico 2010-12-12 01:16:39 +02:00
GreYFoXGTi a25bbce836 New Entities by Fisico, I split them and reworked into separate files 2010-12-12 01:05:11 +02:00
GreYFoXGTi 157aafd4dd Merge branch 'master' into DDRace
Conflicts:
	src/engine/server/server.cpp
	src/game/variables.h
2010-12-11 23:57:41 +02:00
oy 32806bf057 added Ukrainian translation by .ua and Ivan. Closes #338 2010-12-11 21:53:46 +01:00
GreYFoXGTi 46c2225d60 Merge branch 'master' of http://github.com/oy/teeworlds into DDRace
Conflicts:
	data/languages/dutch.txt
	data/languages/french.txt
	data/languages/russian.txt
	scripts/make_release.py
	src/engine/shared/config_variables.h
2010-12-11 21:28:43 +02:00
oy a0985314c9 made it possible to "recycle" auto recorded demos 2010-12-11 18:55:28 +01:00
GreYFoXGTi af6f96bc7e Added Tile for the new Map Config 2010-12-02 00:45:36 +02:00
GreYFoXGTi 4737588827 New Delayed Switches 2010-11-22 23:10:12 +02:00
GreYFoXGTi 5d9ee1736e made the code so it would have less conflicts in the future and Merged branch 'master' of http://github.com/oy/teeworlds
Conflicts:
	data/languages/dutch.txt
	data/languages/french.txt
	data/languages/german.txt
	data/languages/russian.txt
	src/game/server/entities/flag.cpp
	src/game/server/entities/flag.h
	src/game/server/gamecontext.cpp
	src/game/server/gamemodes/ctf.cpp
	src/game/server/gamemodes/ctf.h
	src/game/server/gamemodes/dm.cpp
	src/game/server/gamemodes/dm.h
	src/game/server/gamemodes/mod.cpp
	src/game/server/gamemodes/tdm.cpp
	src/game/server/gamemodes/tdm.h
2010-11-22 00:26:00 +02:00
vierkant ebd45829ce Improved dutch language file. Translated more in context. 2010-11-21 18:30:33 +01:00
oy 456fc7e9b6 cleaned up last commit 2010-11-21 17:42:58 +01:00
Sijmen Schoon c2405d03b6 Improved Dutch translation 2010-11-21 17:39:54 +01:00
oy 97a7dea152 added localisation updates by Sworddragon 2010-11-21 14:25:00 +01:00
oy ba05ddd0f5 removed duplicate entry from the localisation files 2010-11-21 14:12:39 +01:00
Choupom faee45d928 updated french localization 2010-11-21 14:07:30 +01:00
oy f62a1c3818 updated language files 2010-11-21 00:49:10 +01:00
GreYFoXGTi a764ebc1a8 Merge branch 'master' of http://github.com/oy/teeworlds 2010-11-20 11:00:41 +02:00
Łukasz D 101f1da207 Added Polish translation 2010-11-19 20:04:58 +01:00
GreYFoXGTi 4aca32ed6f Merge branch 'master' of http://github.com/oy/teeworlds
Conflicts:
	data/languages/russian.txt
2010-11-19 12:05:30 +02:00
oy 114649446e added Russian translation by kaddyd. Closes #280 2010-11-18 20:30:30 +01:00
GreYFoXGTi a109e1150d Merge branch 'master' of http://github.com/oy/teeworlds
Conflicts:
	src/engine/shared/config_variables.h
	src/game/client/components/console.cpp
	src/game/client/gameclient.cpp
	src/game/editor/ed_editor.h
	src/game/server/gamecontext.cpp
2010-11-18 01:10:59 +02:00
oy d32b93d3ec added file icons by Landil 2010-11-17 18:28:28 +01:00
GreYFoXGTi 209078c85e Different Entities Picture 2010-11-14 03:03:24 +02:00
GreYFoXGTi 071fb6a5a3 new Switch System //TODO Rendering Rotation 2010-11-14 02:39:04 +02:00
GreYFoXGTi 5837b71a73 added pdb to gitignore
Helpers can now use me as victim as well
2010-11-13 11:55:17 +02:00
GreYFoXGTi 4a86135170 pepsi_tee.png 2010-11-02 17:23:21 +02:00
GreYFoXGTi 1620e071d9 Removed a Tile and ensured stopper server side 2010-11-01 16:21:05 +02:00
GreYFoXGTi e43bcd80db Rotation
FTW
2010-11-01 03:51:17 +02:00
GreYFoXGTi fc433afd49 Merge branch 'master' of http://github.com/oy/teeworlds 2010-10-31 20:32:35 +02:00
oy eace936869 fixed an entry in some language files 2010-10-31 02:55:35 +02:00
oy 133d293490 added Finnish translation by ziltoide 2010-10-31 02:20:47 +02:00
GreYFoXGTi d6b898c84a Merge branch 'master' of http://github.com/oy/teeworlds 2010-10-30 00:48:17 +02:00
oy 476f951ffc added font that provides more characters. closes #56 2010-10-29 23:44:08 +02:00
btd b8dd4a32ca Merge https://github.com/GreYFoXGTi/DDRace into others 2010-10-26 23:35:55 +04:00
GreYFoXGTi 4d204d642f Merge branch 'master' of http://github.com/oy/teeworlds
Conflicts:
	src/engine/console.h
	src/engine/shared/console.cpp
	src/engine/shared/console.h
2010-10-26 00:25:36 +02:00
oy 9cf31a272a added Bosnian translation by *** 2010-10-25 22:21:05 +02:00
oy ca99bec385 added Serbian translation by DNR 2010-10-25 22:18:19 +02:00
Choupom 65be8e5750 fixed error reading localizations 2010-10-25 18:57:30 +02:00
btd dab31de735 Special present for my old friends
Signed-off-by: btd <bardadymchik@gmail.com>
2010-10-23 23:26:44 +04:00
heinrich5991 e0b0e08ded fixed german translation 2010-10-20 08:58:21 +02:00
heinrich5991 c6c4a4ed1b re-added standard maps for ddrace client 2010-10-19 15:38:06 +02:00
GreYFoXGTi 51f5241e63 new entities.png 2010-10-16 21:25:08 +02:00
GreYFoXGTi d8e6cfcbdd Merge branch 'master' of http://github.com/oy/teeworlds
Conflicts:
	data/languages/french.txt
	src/engine/client/client.cpp
	src/engine/server/server.cpp
	src/game/server/gamecontext.cpp
2010-10-11 03:56:58 +02:00
oy b65a26fe93 fixed last commits 2010-10-11 01:06:44 +02:00
Choupom 8557d3a022 updated french translation 2010-10-11 00:32:54 +02:00
GreYFoXGTi 59bd0f1c87 Merge branch 'master' of github.com:GreYFoXGTi/DDRace into Cleanup 2010-10-06 22:48:24 +02:00
btd 4571836f25 New entities, Thanks Fisico. 2010-10-04 23:55:36 +04:00
GreYFoXGTi fca713a13c forgot to delete this 2010-09-30 23:37:41 +02:00
GreYFoXGTi 8fe9d49cc3 Merge branch 'master' of github.com:GreYFoXGTi/DDRace into Cleanup 2010-09-30 23:36:53 +03:00
GreYFoXGTi 896634a061 Total Cleanup
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-09-30 23:28:06 +03:00
GreYFoXGTi 39376e1c16 the speedup layer has been modified lots of time and never rebuilt
all people must remove it and re add it again

Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-09-30 00:01:57 +03:00
GreYFoXGTi 9fde901705 Removed multipliers and changed initial layer size
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-09-27 14:44:57 +03:00
GreYFoXGTi cf852b2640 Added some skins for selfish reasons :D
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-09-25 15:07:56 +03:00
GreYFoXGTi 67a5765c9f Merge branch 'master' of http://github.com/oy/teeworlds
Conflicts:
	src/engine/server/server.cpp
	src/engine/shared/config_variables.h
	src/game/client/components/camera.cpp
	src/game/client/components/camera.h
	src/game/editor/ed_editor.cpp
	src/game/editor/ed_layer_tiles.cpp

Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-09-19 21:27:40 +03:00
GreYFoXGTi 8f48989f73 Fixed Dragger + Stopper Bug
Fisico ReDrew some entities

Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-09-19 12:01:54 +03:00
oy 0905b7755d localised the language names. Closes #153 2010-09-16 13:32:56 +02:00
GreYFoXGTi 72e05efc53 Added Evil Teleporter,
Added Speed Setters to speedup layer
Added Unfreeze Plasma
Supposedly Fixed Crazy Shotgun (needs Testing)

Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-09-11 02:01:15 +02:00
GreYFoXGTi 616498e7b1 Merge branch 'master' of http://github.com/oy/teeworlds into master
Conflicts:
	src/engine/client/input.h
	src/engine/server/server.cpp
	src/engine/shared/config_variables.h
	src/engine/shared/network_server.cpp
	src/engine/storage.h
	src/game/client/components/chat.cpp
	src/game/client/gameclient.cpp
	src/game/client/gameclient.h
	src/game/collision.cpp
	src/game/editor/ed_editor.cpp
	src/game/editor/ed_editor.h
	src/game/server/gamecontext.cpp
	src/game/server/gamecontroller.cpp
	src/game/server/gamemodes/ctf.cpp
	src/game/server/player.cpp

Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-09-07 07:57:38 +02:00
Fujnky 4123f28bba Improved demo player another bit.
* Replaced the reset button by more common stop button
* Made the demo player automatically reset after demo ended
2010-09-04 16:23:20 +02:00
GreYFoXGTi 3f9839188d ...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-31 09:12:32 +02:00
GreYFoXGTi 5f66a8f663 Corrected a tile background
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-30 19:41:09 +02:00
GreYFoXGTi 51586d0e05 Reworked and Added more stoppers
added filled entities which can be used to detect if a map has something that is not shown in editor or map_hack if you replace entities.png or entities_clear.png respectively
updated the Test.map to test the new tiles

Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-30 06:45:09 +02:00
GreYFoXGTi f3d1c123a4 updated test map
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-29 09:11:26 +02:00
GreYFoXGTi 6f521709c4 Forgot 2010-08-29 06:40:20 +02:00
GreYFoXGTi 277ce3b77e Made stop tiles stop you earlier and fixed bug with stoppers + draggers
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-29 02:05:45 +02:00
GreYFoXGTi 8426442936 Separated Freezing Plasma gun from Explosive Plasma gun and added one with both
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-28 22:32:16 +02:00
GreYFoXGTi c6803b405f Removed Old Door System
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-28 21:38:13 +02:00
GreYFoXGTi eab7ad207b Added Check for map options tile
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-28 21:34:21 +02:00
GreYFoXGTi 11f480a79b Changed the Loading String to Loading DDRace Client
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-28 19:59:24 +02:00
btd 28a668c2c8 Remake entities_clear.png. Thanks Landil and Fisico for original works 2010-08-28 16:16:16 +04:00
GreYFoXGTi 7f8fb7a5a7 Merging the client manually into the server
but i can't get the client to accept the console class of the server -.-" yet..

Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-25 17:31:49 +02:00
GreYFoXGTi 4a0d787399 Further More Cleanup
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-22 01:38:58 +02:00
GreYFoXGTi dc7d3f8275 Removed Tiles that wouldn't work correctly 2010-08-22 01:15:20 +02:00
GreYFoXGTi edd58fba7d fixed hammer_me 2010-08-20 16:57:42 +02:00
btd bbd48810ad Merge branch 'master' of http://github.com/oy/teeworlds 2010-08-15 19:20:39 +04:00
Fujnky 4d8c4ffadb Improved the replay control buttons in the demo player a lot.
* Now there is a combined play/pause button + a reset button
* Replaced the ugly strings with nice graphics
2010-08-13 03:17:13 +02:00
GreYFoXGTi 465272651d New Layout 2010-08-12 14:30:46 +03:00
GreYFoXGTi afa93fb203 draft of the current entities not ready waiting on Fisico to come online xD
Signed-off-by: GreYFoXGTi <GreYFoXGTi@Gmail.com>
2010-08-10 19:33:52 +03:00
Fujnky f8b9f342d3 Fix for l10n in menus_demo.cpp and sime german l10n tweaks. 2010-06-11 15:50:47 +08:00
vierkant 8625f42e30 Dutch translation. Some small errors and the editor translations 2010-06-09 20:40:12 +08:00
Magnus Auvinen 0d78e2d2cd Merge remote branch 'fujnky/master'
Conflicts:
	data/languages/portuguese.txt
2010-06-09 13:01:36 +02:00
Fujnky 7ca5e0fbb1 Fixed localizations, most german translation strings fit in buttons now. 2010-06-07 16:17:40 +02:00
Fujnky 7cc7c8f84e Merged with master 2010-06-07 16:00:01 +02:00
oy 2ba877bc64 added update for portuguese translation by slinack 2010-06-06 23:44:42 +02:00
Fujnky bf68f803e3 Internationalized editor and updated german localization 2010-06-05 23:36:52 +02:00
vierkant 7b19d24b84 better translation 2010-06-04 04:20:25 -07:00
vierkant bd04ae2d77 sorted alphabetically 2010-06-04 02:41:13 -07:00
vierkant b7a4193467 Dutch translation 2010-06-03 10:06:34 -07:00