Commit graph

3075 commits

Author SHA1 Message Date
Sergey Tolmachev d26039cc84 9th mouse key and its code was added 2013-10-29 01:52:23 +03:00
Sergey Tolmachev e2727c8e1e Adding support 9th mouse key 2013-10-29 01:50:47 +03:00
Sergey Tolmachev e06a57d437 9th mouse key name was added 2013-10-29 01:49:40 +03:00
Sergey Tolmachev 42de8699c8 Update key generation script to support 9th mouse key 2013-10-29 01:48:26 +03:00
oy 30e6e0877b fixed master server lookup for servers. #1047 2013-09-25 15:03:28 +02:00
Speedy Consoles 0e14f32cd9 improved variable usage in CPickup::Tick() 2013-09-15 01:25:05 +02:00
Speedy Consoles ee2d53b411 using weapon damage for explosion damage
removed unused nodamage parameter in CreateExplosion
took projectile damage for explosion maxdamage
replaced some 0s by false as it should be
2013-09-14 22:46:48 +02:00
Speedy Consoles c9bdc32fc0 cleaned up weapon value locations
removed laser damage tuning
added explosion values in content.py
made explosion force independent from damage
linked all weapon damage values to content.py
linked all weapon max ammo values to content.py
stopped regenerating  infinite ammo
removed m_Ammocost in CCharacter
2013-09-14 21:33:52 +02:00
KillaBilla c818afd1ea changed str_clean_whitespace implementation to pkoerner's one 2013-09-08 13:11:43 +02:00
KillaBilla 4746cf0488 made the settings menu close on escape press only if not online 2013-09-05 17:04:27 +02:00
KillaBilla c90d40793c Changed font color for warmup message 2013-09-04 19:55:16 +02:00
KillaBilla a9cc1e8de2 remove leading and trailing space from server name and forbit the use of multiple spaces 2013-09-04 16:47:24 +02:00
KillaBilla dc089ef3c2 Minimize warmup message after 10 seconds if only one player present 2013-09-03 23:29:40 +02:00
east 1bd3d9e584 net_addr_from_str() fix 2013-08-05 09:39:43 +02:00
Iaroslav Tymchenko d62eb8b637 Fixed spelling in src/engine/docs/snapshots.txt 2013-07-23 17:02:31 +03:00
heinrich5991 ca87b4b84b removed weird if from the pure server/tune check
This fixes #1110 on GitHub.
2013-06-30 11:49:00 +02:00
heinrich5991 3e9fadf908 added operator != to the vec? templates
This fixes #1094 on GitHub.
2013-06-30 11:45:47 +02:00
Freddie Wang b09dacf02f Fix a spelling mistake "Spactating"->"Spectating"
There's spelling mistake in menus_ingame.cpp (line 99)
2013-06-05 17:03:22 +08:00
oy fe49818093 fixed tabs from last commit 2013-06-04 18:54:15 +02:00
oy acaaa9723b added optional context to a localization string to allow multiple translations. Closes #1082 2013-06-04 18:41:32 +02:00
oy 4a88f93683 updated git ignore 2013-06-03 17:35:52 +02:00
oy f7d436b398 made skin selector refresh on save and added delete functionality. Closes #1101 2013-06-02 12:49:27 +02:00
oy 22c14e9347 Made client/server check for correct map version on load. #1100 2013-06-01 15:26:22 +02:00
m!nus 7e971a514c prevent map editor from crashing if loaded map is invalid 2013-06-01 13:18:16 +02:00
oy 2bee327302 Fixed removing tattoo/decoration in the skin creator. Closes #1099 2013-06-01 12:44:11 +02:00
oy 33efa4e512 Fixed a missing check if killer is alive in tdm 2013-04-26 16:52:14 +02:00
oy f52ca525c0 Merge pull request #1084 from cinaera/atomics
Fixing atomics (threading)
2013-04-26 07:42:30 -07:00
BeaR c42666cd3c Using MemoryBarrier() for CPUs not supporting SSE2 2013-04-03 11:44:06 +02:00
oy 2fe43c909e decreased the tees feet size. Closes #1085 2013-04-02 23:36:18 +02:00
BeaR 0fbd493466 Fixing atomics 2013-04-02 16:53:57 +02:00
oy 48f43a7057 drop game messages when client isn't ingame. Closes #1081 2013-03-23 16:08:12 +01:00
oy 1d9611c1be fixed client crash on removing friends. Closes #1077 2013-03-16 17:33:42 +01:00
oy 38b5d9987c fixed frozen GUI caused by popups 2013-03-16 17:31:54 +01:00
oy 109e122f4f show reason for closing a connection within a debug message. Closes #1061 2013-02-20 16:49:21 +01:00
oy d8a7eb6863 increased sleep time when tw is minimized and made it adjustable via cputhrottle otherwise 2013-02-20 15:51:46 +01:00
oy 717162a9a2 fixed picker logic 2013-02-20 15:40:57 +01:00
oy 811069bd97 Merge pull request #1060 from cinaera/HSL_Picker
Fixing the HSL-Picker
2013-02-20 06:26:23 -08:00
BeaR cc856152b5 Fixing the HSL-Picker:
Accurate displaying of the colors in the picker and the Lgt slider
2013-01-17 18:44:39 +01:00
oy 0667b3dd32 fixed build.py when using gcc only. Closes #1044 2013-01-05 17:27:03 +01:00
oy 1dbe6050e8 updated year 2013-01-05 16:48:32 +01:00
oy 946a5b9147 fixed last commit 2012-12-23 19:15:40 +01:00
oy 3a8d3ed27a fixed build and make_release script 2012-12-23 19:09:00 +01:00
oy 3828f3911a Merge pull request #1041 from Sonix-/lightone
added light image used to animate lamps
2012-12-23 05:05:10 -08:00
Sonix Lanik 0b562d3347 added light image used to animate lamps
this also would clear the dm8 embedded light animation,useful image to
light up lamps and give them some animations.
2012-12-23 13:10:17 +01:00
oy 295eac63eb added alternative HSL picker. Closes #1029 2012-12-23 00:27:53 +01:00
oy 3994faa6e8 added some missing skins 2012-12-22 15:52:31 +01:00
oy f5c56c96d5 changed skin file format to json 2012-12-22 00:34:49 +01:00
oy d08695b148 added automapper improvements by LordSk in a json based manner 2012-12-21 01:18:32 +01:00
oy 3329c549e6 fixed couple of warnings 2012-12-20 16:30:16 +01:00
oy 4337eb80f3 changed language file format to json 2012-12-19 00:30:01 +01:00