]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/log
xonotic/xonotic-data.pk3dir.git
11 years agoadjust short range so it also includes 1.5 item boxes diagonally (1.5 sqrt 2)
Rudolf Polzer [Wed, 23 Oct 2013 11:38:25 +0000 (13:38 +0200)]
adjust short range so it also includes 1.5 item boxes diagonally (1.5 sqrt 2)

11 years agoReduce room size for medium distance. 512 is enough.
Rudolf Polzer [Wed, 23 Oct 2013 10:59:41 +0000 (12:59 +0200)]
Reduce room size for medium distance. 512 is enough.

11 years ago2 ammo boxes space is enough for high priority. 3 are already quite far after all.
Rudolf Polzer [Wed, 23 Oct 2013 10:59:03 +0000 (12:59 +0200)]
2 ammo boxes space is enough for high priority. 3 are already quite far after all.

11 years agoCode cleanup.
Rudolf Polzer [Wed, 23 Oct 2013 10:52:05 +0000 (12:52 +0200)]
Code cleanup.

11 years agoBoost if the top priority is unique. Combats unnecessary randomness.
Rudolf Polzer [Tue, 22 Oct 2013 17:37:34 +0000 (19:37 +0200)]
Boost if the top priority is unique. Combats unnecessary randomness.

11 years agoUgly debug print ;)
Rudolf Polzer [Tue, 22 Oct 2013 15:26:50 +0000 (17:26 +0200)]
Ugly debug print ;)

11 years agoMore fixes.
Rudolf Polzer [Tue, 22 Oct 2013 15:24:25 +0000 (17:24 +0200)]
More fixes.

11 years agoBetter nudge system; be more verbose for now.
Rudolf Polzer [Tue, 22 Oct 2013 15:13:31 +0000 (17:13 +0200)]
Better nudge system; be more verbose for now.

11 years agoFixes.
Rudolf Polzer [Tue, 22 Oct 2013 14:25:04 +0000 (16:25 +0200)]
Fixes.

11 years agoOops. Fix this.
Rudolf Polzer [Tue, 22 Oct 2013 11:24:28 +0000 (13:24 +0200)]
Oops. Fix this.

11 years agoDon't set min ammo counts for weapons on the map; the weapons themselves yield ammo...
Rudolf Polzer [Tue, 22 Oct 2013 11:23:39 +0000 (13:23 +0200)]
Don't set min ammo counts for weapons on the map; the weapons themselves yield ammo too (even in all weapon stay modes).

11 years agoSupport targeting.
Rudolf Polzer [Tue, 22 Oct 2013 11:10:47 +0000 (13:10 +0200)]
Support targeting.

11 years agocomment
Rudolf Polzer [Tue, 22 Oct 2013 10:54:29 +0000 (12:54 +0200)]
comment

11 years agoMake sure roundoff errors don't kill the set distances.
Rudolf Polzer [Tue, 22 Oct 2013 10:53:37 +0000 (12:53 +0200)]
Make sure roundoff errors don't kill the set distances.

11 years agouse have_team_spawns, not teamplay, to decide whether to assume "bases"
Rudolf Polzer [Tue, 22 Oct 2013 10:03:37 +0000 (12:03 +0200)]
use have_team_spawns, not teamplay, to decide whether to assume "bases"

11 years agoMajor improvements. More tunables. More fun. Better mincount handling. Teamplay support.
Rudolf Polzer [Mon, 21 Oct 2013 11:18:56 +0000 (13:18 +0200)]
Major improvements. More tunables. More fun. Better mincount handling. Teamplay support.

11 years agoMerge remote-tracking branch 'origin/master' into divVerent/item_ammo
Samual Lenks [Thu, 17 Oct 2013 20:46:50 +0000 (16:46 -0400)]
Merge remote-tracking branch 'origin/master' into divVerent/item_ammo

11 years agoMerge remote-tracking branch 'origin/samual/warmup_onlyonmap'
Samual Lenks [Thu, 17 Oct 2013 20:31:49 +0000 (16:31 -0400)]
Merge remote-tracking branch 'origin/samual/warmup_onlyonmap'

* origin/samual/warmup_onlyonmap:
  Add feature to warmup_allguns which only provides weapons in the map

11 years agoAdd feature to warmup_allguns which only provides weapons in the map
Samual Lenks [Thu, 17 Oct 2013 20:25:14 +0000 (16:25 -0400)]
Add feature to warmup_allguns which only provides weapons in the map

11 years agoFix a division by zero.
Rudolf Polzer [Thu, 17 Oct 2013 19:50:53 +0000 (21:50 +0200)]
Fix a division by zero.

11 years agoGet rid of an useless trace and like 1000 instructions each frame and player.
Rudolf Polzer [Thu, 17 Oct 2013 19:44:56 +0000 (21:44 +0200)]
Get rid of an useless trace and like 1000 instructions each frame and player.

11 years agoEnsure shells ammo.
Rudolf Polzer [Thu, 17 Oct 2013 18:51:44 +0000 (20:51 +0200)]
Ensure shells ammo.

11 years agoUse item_ammo for Q3 originating maps.
Rudolf Polzer [Thu, 17 Oct 2013 04:31:26 +0000 (06:31 +0200)]
Use item_ammo for Q3 originating maps.

11 years agoitem_ammo: automatic ammo type selecting entity type.
Rudolf Polzer [Thu, 17 Oct 2013 04:28:06 +0000 (06:28 +0200)]
item_ammo: automatic ammo type selecting entity type.

For better porting of maps between ammo systems.

11 years agofix typo
Rudolf Polzer [Mon, 14 Oct 2013 01:38:25 +0000 (03:38 +0200)]
fix typo

11 years agoOOPS. Add missing strcmp builtin defs. How could that have slipped through for ages...
Rudolf Polzer [Sun, 13 Oct 2013 21:16:46 +0000 (23:16 +0200)]
OOPS. Add missing strcmp builtin defs. How could that have slipped through for ages...

11 years agoHide empty servers a little bit more, making good servers stand out more.
Rudolf Polzer [Sun, 13 Oct 2013 20:34:17 +0000 (22:34 +0200)]
Hide empty servers a little bit more, making good servers stand out more.

11 years agoFix colormap loading, fixes #1558
Rudolf Polzer [Sun, 13 Oct 2013 16:09:57 +0000 (18:09 +0200)]
Fix colormap loading, fixes #1558

11 years agoMenu: avoid loading font twice on resolution switch; avoid extra r_restart on resolut...
Rudolf Polzer [Sun, 13 Oct 2013 14:23:50 +0000 (16:23 +0200)]
Menu: avoid loading font twice on resolution switch; avoid extra r_restart on resolution switch; avoid menu reload on resolution switch

11 years agoARGH, that really was a STUPID bug.
Rudolf Polzer [Sun, 13 Oct 2013 01:21:45 +0000 (03:21 +0200)]
ARGH, that really was a STUPID bug.

11 years agoHide DVD resolutions
Samual Lenks [Sun, 13 Oct 2013 01:20:49 +0000 (21:20 -0400)]
Hide DVD resolutions

11 years agoAdd a checkbox for crypto_aeslevel.
Rudolf Polzer [Sat, 12 Oct 2013 22:09:07 +0000 (00:09 +0200)]
Add a checkbox for crypto_aeslevel.

11 years agoRevert "Require >= 800x600 now. Users who want lower res and have a higher res deskto...
Rudolf Polzer [Sat, 12 Oct 2013 17:27:49 +0000 (19:27 +0200)]
Revert "Require >= 800x600 now. Users who want lower res and have a higher res desktop will need to manually set vid_width/vid_height." no, users probably can know what they are doing, and adjust expectations ;)

This reverts commit f1a4f975c754e9993e5617dc86e7025779f75bd2.

11 years agoRequire >= 800x600 now. Users who want lower res and have a higher res desktop will...
Rudolf Polzer [Sat, 12 Oct 2013 17:26:22 +0000 (19:26 +0200)]
Require >= 800x600 now. Users who want lower res and have a higher res desktop will need to manually set vid_width/vid_height.

11 years agoThis (zero-sizes text warning) can now actually happen if someone sets 320x240 res...
Rudolf Polzer [Sat, 12 Oct 2013 17:18:54 +0000 (19:18 +0200)]
This (zero-sizes text warning) can now actually happen if someone sets 320x240 res. Let's just allow it.

11 years agor_restart on conwidth/conheight change to reload fonts at the proper sizes
Rudolf Polzer [Sat, 12 Oct 2013 17:17:00 +0000 (19:17 +0200)]
r_restart on conwidth/conheight change to reload fonts at the proper sizes

11 years agokill more 640x480 hacks
Rudolf Polzer [Sat, 12 Oct 2013 17:08:49 +0000 (19:08 +0200)]
kill more 640x480 hacks

11 years agoFix compilation with gmqcc.
Rudolf Polzer [Fri, 11 Oct 2013 14:54:39 +0000 (16:54 +0200)]
Fix compilation with gmqcc.

11 years agoMerge remote-tracking branch 'origin/mirceakitsune/func_train_beizer_curve'
Rudolf Polzer [Fri, 11 Oct 2013 14:51:19 +0000 (16:51 +0200)]
Merge remote-tracking branch 'origin/mirceakitsune/func_train_beizer_curve'

Conflicts:
qcsrc/server/t_plats.qc

11 years agoMerge remote-tracking branch 'origin/mrbougo/quickfix-mapinfo_gen_typo', fixes #1756
Rudolf Polzer [Fri, 11 Oct 2013 14:48:35 +0000 (16:48 +0200)]
Merge remote-tracking branch 'origin/mrbougo/quickfix-mapinfo_gen_typo', fixes #1756

* origin/mrbougo/quickfix-mapinfo_gen_typo:
  fix typo in mapinfo generation

11 years agoMerge matthiaskrgr/cmds by squashing, fixes #1783.
Rudolf Polzer [Fri, 11 Oct 2013 14:45:51 +0000 (16:45 +0200)]
Merge matthiaskrgr/cmds by squashing, fixes #1783.

11 years agoMinstaGib really should use SetModname... :(
Rudolf Polzer [Tue, 8 Oct 2013 21:46:05 +0000 (23:46 +0200)]
MinstaGib really should use SetModname... :(

11 years agocomments
Rudolf Polzer [Tue, 8 Oct 2013 16:44:37 +0000 (18:44 +0200)]
comments

11 years agoFixes
Rudolf Polzer [Tue, 8 Oct 2013 03:51:16 +0000 (05:51 +0200)]
Fixes

11 years agoRefactor to try to support variable sized list items.
Rudolf Polzer [Tue, 8 Oct 2013 00:58:50 +0000 (02:58 +0200)]
Refactor to try to support variable sized list items.

11 years agoAvoid memory leak in the resolution slider when toggling the fullscreen
Rudolf Polzer [Tue, 8 Oct 2013 00:26:39 +0000 (02:26 +0200)]
Avoid memory leak in the resolution slider when toggling the fullscreen
checkbox.

11 years agoUpdate Morphed's credits
Rudolf Polzer [Sat, 5 Oct 2013 15:52:15 +0000 (17:52 +0200)]
Update Morphed's credits

11 years agoCongratulations to terencehill - Italian is complete!
Rudolf Polzer [Fri, 4 Oct 2013 11:08:31 +0000 (13:08 +0200)]
Congratulations to terencehill - Italian is complete!

11 years agoMerge with transifex.
Rudolf Polzer [Fri, 4 Oct 2013 11:06:52 +0000 (13:06 +0200)]
Merge with transifex.

11 years agoOops. Why wasn't merge-base updated...
Rudolf Polzer [Fri, 4 Oct 2013 11:03:20 +0000 (13:03 +0200)]
Oops. Why wasn't merge-base updated...

11 years agofix eval and when commands. Now this works:
Rudolf Polzer [Thu, 3 Oct 2013 15:09:00 +0000 (17:09 +0200)]
fix eval and when commands. Now this works:

rpn /i 91 def /k 2 def "/\"/pop 1\" \"/\\\"//k k 1 add def dup eval\\\" \\\"/pop 0\\\" i k mod 0 > when eval\" k k mul i > when eval" dup eval

11 years agoMore Stuff. Belarusian is still empty.
Rudolf Polzer [Thu, 3 Oct 2013 10:11:25 +0000 (12:11 +0200)]
More Stuff. Belarusian is still empty.

11 years agoNew pot.
Rudolf Polzer [Thu, 3 Oct 2013 09:56:02 +0000 (11:56 +0200)]
New pot.

11 years agoAdd sorting logic to resolutions. Fixes a weird loop.
Rudolf Polzer [Wed, 2 Oct 2013 04:33:32 +0000 (06:33 +0200)]
Add sorting logic to resolutions. Fixes a weird loop.

11 years agotextslider: allow inserting
Rudolf Polzer [Wed, 2 Oct 2013 04:24:47 +0000 (06:24 +0200)]
textslider: allow inserting

11 years agoan eval toy for the RPN hackers. RPN probably is turing complete with this.
Rudolf Polzer [Tue, 1 Oct 2013 15:49:44 +0000 (17:49 +0200)]
an eval toy for the RPN hackers. RPN probably is turing complete with this.

11 years agoMake Samual's horribilificabilitudinitatibus system compile again.
Rudolf Polzer [Tue, 1 Oct 2013 08:58:21 +0000 (10:58 +0200)]
Make Samual's horribilificabilitudinitatibus system compile again.

11 years agoWe can't use YO_DAWG_CPP any more.
Rudolf Polzer [Tue, 1 Oct 2013 08:29:33 +0000 (10:29 +0200)]
We can't use YO_DAWG_CPP any more.

fteqcc and gmqcc both dropped it - for a good reason, as it's non-C11
and we want the QC language go towards a more standard-like dialect to
help new coders.

11 years agoMerge branch 'divVerent/desktopfullscreen'
Rudolf Polzer [Sun, 29 Sep 2013 11:49:44 +0000 (13:49 +0200)]
Merge branch 'divVerent/desktopfullscreen'

11 years agoAdd missing Map_Goto command.
Rudolf Polzer [Fri, 27 Sep 2013 13:20:31 +0000 (15:20 +0200)]
Add missing Map_Goto command.

11 years agoRe-enable scoreboard_accuracy by default...
Samual Lenks [Tue, 24 Sep 2013 19:08:18 +0000 (15:08 -0400)]
Re-enable scoreboard_accuracy by default...

11 years agoImprove skybox sRGB calculator further.
Rudolf Polzer [Tue, 24 Sep 2013 10:43:25 +0000 (12:43 +0200)]
Improve skybox sRGB calculator further.

11 years agofix math
Rudolf Polzer [Tue, 24 Sep 2013 10:35:13 +0000 (12:35 +0200)]
fix math

11 years agoAdd a command to convert -nosRGB to -sRGB skyboxes equivalently.
Rudolf Polzer [Tue, 24 Sep 2013 08:22:28 +0000 (10:22 +0200)]
Add a command to convert -nosRGB to -sRGB skyboxes equivalently.

11 years agoRPN: more accuracy; add sRGB conversion macros.
Rudolf Polzer [Tue, 24 Sep 2013 07:59:36 +0000 (09:59 +0200)]
RPN: more accuracy; add sRGB conversion macros.

Usage:

rpn 0.1 $rpn_sRGB_to_linear

11 years ago11 more rpn functions. Enjoy!
Rudolf Polzer [Tue, 24 Sep 2013 07:50:13 +0000 (09:50 +0200)]
11 more rpn functions. Enjoy!

11 years agoMerge remote-tracking branch 'origin/divVerent/noautomaplist'
Rudolf Polzer [Mon, 23 Sep 2013 15:23:25 +0000 (17:23 +0200)]
Merge remote-tracking branch 'origin/divVerent/noautomaplist'

Conflicts:
qcsrc/common/mapinfo.qh

11 years agoGet rid of welcome_message_time cvar. Only annoying to track down.
Rudolf Polzer [Mon, 23 Sep 2013 10:11:44 +0000 (12:11 +0200)]
Get rid of welcome_message_time cvar. Only annoying to track down.

This made the MOTD useless. Users can always use the i key to hide the
MOTD, so this shouldn't be a big issue.

11 years agoFix cvars.
Rudolf Polzer [Wed, 18 Sep 2013 09:45:48 +0000 (11:45 +0200)]
Fix cvars.

11 years agoFix compile here too.
Rudolf Polzer [Wed, 18 Sep 2013 09:43:51 +0000 (11:43 +0200)]
Fix compile here too.

11 years agoMerge branch 'master' into divVerent/desktopfullscreen
Rudolf Polzer [Wed, 18 Sep 2013 09:43:20 +0000 (11:43 +0200)]
Merge branch 'master' into divVerent/desktopfullscreen

11 years agofix compile
Rudolf Polzer [Wed, 18 Sep 2013 09:43:11 +0000 (11:43 +0200)]
fix compile

11 years agoControl vid_desktopfullscreen too.
Rudolf Polzer [Wed, 18 Sep 2013 09:41:55 +0000 (11:41 +0200)]
Control vid_desktopfullscreen too.

11 years agoFix crash.
Rudolf Polzer [Wed, 18 Sep 2013 08:55:38 +0000 (10:55 +0200)]
Fix crash.

11 years agomake it compile
Rudolf Polzer [Wed, 18 Sep 2013 08:47:11 +0000 (10:47 +0200)]
make it compile

11 years agoimprove res handling
Rudolf Polzer [Wed, 18 Sep 2013 08:46:12 +0000 (10:46 +0200)]
improve res handling

11 years agoInform the slider properly.
Rudolf Polzer [Wed, 18 Sep 2013 08:30:02 +0000 (10:30 +0200)]
Inform the slider properly.

11 years agodefaultmodel selection: if the player's selected model is in the list, always use...
Rudolf Polzer [Wed, 18 Sep 2013 08:14:52 +0000 (10:14 +0200)]
defaultmodel selection: if the player's selected model is in the list, always use that (no randomization then)

11 years agoMore cleanup.
Rudolf Polzer [Wed, 18 Sep 2013 06:07:19 +0000 (08:07 +0200)]
More cleanup.

11 years agostuff
Rudolf Polzer [Tue, 17 Sep 2013 19:43:32 +0000 (21:43 +0200)]
stuff

11 years agoMerge branch 'master' into divVerent/desktopfullscreen
Rudolf Polzer [Tue, 17 Sep 2013 19:39:37 +0000 (21:39 +0200)]
Merge branch 'master' into divVerent/desktopfullscreen

Conflicts:
qcsrc/menu/menu.qc

11 years agoUpdate item location when moved.
Rudolf Polzer [Mon, 16 Sep 2013 15:37:23 +0000 (17:37 +0200)]
Update item location when moved.

11 years agoFix water damage (ignore armor when drowning).
Rudolf Polzer [Mon, 16 Sep 2013 15:15:01 +0000 (17:15 +0200)]
Fix water damage (ignore armor when drowning).

11 years agoFix gravity check in menu
Rudolf Polzer [Mon, 16 Sep 2013 04:44:10 +0000 (06:44 +0200)]
Fix gravity check in menu

11 years agoRocketlauncher: dec damage 12%, inc refire, dec guiderate, inc switchdelay
Samual Lenks [Sun, 15 Sep 2013 16:36:33 +0000 (12:36 -0400)]
Rocketlauncher: dec damage 12%, inc refire, dec guiderate, inc switchdelay

11 years agoMerge remote-tracking branch 'origin/samual/menu_requires_connection'
Samual Lenks [Sun, 15 Sep 2013 02:38:46 +0000 (22:38 -0400)]
Merge remote-tracking branch 'origin/samual/menu_requires_connection'

* origin/samual/menu_requires_connection:
  Add requiresConnection flag to HUD panel dialogs and sandbox dialog
  Implement a "requiresConnect" attribute for menu dialogs

11 years agoAdd requiresConnection flag to HUD panel dialogs and sandbox dialog
Samual Lenks [Sun, 15 Sep 2013 02:33:08 +0000 (22:33 -0400)]
Add requiresConnection flag to HUD panel dialogs and sandbox dialog

11 years agoImplement a "requiresConnect" attribute for menu dialogs
Samual Lenks [Sun, 15 Sep 2013 01:18:45 +0000 (21:18 -0400)]
Implement a "requiresConnect" attribute for menu dialogs

11 years agoMerge remote-tracking branch 'origin/debugger/dualscreenresolution'
Samual Lenks [Sat, 14 Sep 2013 20:12:55 +0000 (16:12 -0400)]
Merge remote-tracking branch 'origin/debugger/dualscreenresolution'

# By Debugger (1) and Samual Lenks (1)
* origin/debugger/dualscreenresolution:
  Minor fix
  adding the possbility to use dualscreenresolution

11 years agoMinor fix
Samual Lenks [Sat, 14 Sep 2013 20:06:29 +0000 (16:06 -0400)]
Minor fix

11 years agoMerge remote-tracking branch 'origin/Mario/yet_another_vehicle_crashfix'
Samual Lenks [Sat, 14 Sep 2013 19:50:39 +0000 (15:50 -0400)]
Merge remote-tracking branch 'origin/Mario/yet_another_vehicle_crashfix'

# By Mario
# Via Mario
* origin/Mario/yet_another_vehicle_crashfix:
  Eject the player from their vehicle before killing them (fixes a crash when shuffling teams)

11 years agoMerge remote-tracking branch 'origin/samual/team_macros'
Samual Lenks [Sat, 14 Sep 2013 04:03:40 +0000 (00:03 -0400)]
Merge remote-tracking branch 'origin/samual/team_macros'

* origin/samual/team_macros:
  Make some nice macros for team comparisons

11 years agoMake some nice macros for team comparisons
Samual Lenks [Sat, 14 Sep 2013 00:25:52 +0000 (20:25 -0400)]
Make some nice macros for team comparisons

11 years agotransifex import
Rudolf Polzer [Fri, 13 Sep 2013 19:29:47 +0000 (21:29 +0200)]
transifex import

11 years agoIncrease requirements for screenshots: doesn't reach caulk by an axial
Rudolf Polzer [Fri, 13 Sep 2013 10:23:38 +0000 (12:23 +0200)]
Increase requirements for screenshots: doesn't reach caulk by an axial
direction, and must see an item/spawnpoint.

11 years agoNicer merging.
Rudolf Polzer [Fri, 13 Sep 2013 09:22:42 +0000 (11:22 +0200)]
Nicer merging.

11 years agoImport from transifex.
Rudolf Polzer [Fri, 13 Sep 2013 09:00:44 +0000 (11:00 +0200)]
Import from transifex.

11 years agoIntegrate with Transifex.
Rudolf Polzer [Fri, 13 Sep 2013 08:54:14 +0000 (10:54 +0200)]
Integrate with Transifex.

sh tx.sh - 3-way merge with changes on Transifex.

11 years agoadding the possbility to use dualscreenresolution
Debugger [Thu, 12 Sep 2013 20:32:53 +0000 (22:32 +0200)]
adding the possbility to use dualscreenresolution

11 years agoalso check for errors
Rudolf Polzer [Thu, 12 Sep 2013 18:41:23 +0000 (20:41 +0200)]
also check for errors