]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/log
xonotic/xonotic-data.pk3dir.git
10 years agoMerge remote-tracking branch 'origin/master' into samual/combined_updates
Samual Lenks [Mon, 13 Jan 2014 16:42:58 +0000 (11:42 -0500)]
Merge remote-tracking branch 'origin/master' into samual/combined_updates

Conflicts:
qcsrc/common/util.qh
qcsrc/menu/xonotic/dialog_multiplayer_create.c

10 years agoMerge remote-tracking branch 'origin/Mario/monsters'
Samual Lenks [Mon, 6 Jan 2014 22:06:50 +0000 (17:06 -0500)]
Merge remote-tracking branch 'origin/Mario/monsters'

# By Mario (531) and Samual Lenks (1)
# Via Mario (52) and Samual Lenks (1)
* origin/Mario/monsters: (532 commits)
  Clean up monster commands a bit more
  Update command aliases to match code
  Clean up mobspawn command a little bit
  Clean up invasion global functions a bit
  Fix mobbutcher command description
  Use printf macro
  Empty commit so we can test merge request submission again
  Don't check if monster has re-spawned when lowering counts
  Replace tabs with spaces in REGISTER_MONSTER lists
  Fix some invalid cvars
  Add some mutator hooks for regen & mob spawning
  Clean up CTF monster checks a little
  Attempt to clean up commands a bit
  Add a mutator hook for accuracy checking & fix notification typo
  Show icon for monster deaths
  Don't network monsterid
  Use spaces in command aliases
  Remove some now unused textures
  Remove an alias for a no longer valid command
  Remove freeze code, monsters no longer use freeze attacks
  ...

10 years agoClean up monster commands a bit more
Mario [Mon, 6 Jan 2014 21:39:48 +0000 (08:39 +1100)]
Clean up monster commands a bit more

10 years agoUpdate command aliases to match code
Mario [Mon, 6 Jan 2014 21:30:41 +0000 (08:30 +1100)]
Update command aliases to match code

10 years agoClean up mobspawn command a little bit
Mario [Mon, 6 Jan 2014 21:16:50 +0000 (08:16 +1100)]
Clean up mobspawn command a little bit

10 years agoClean up invasion global functions a bit
Mario [Mon, 6 Jan 2014 20:40:42 +0000 (07:40 +1100)]
Clean up invasion global functions a bit

10 years agoMerge branch 'master' into Mario/monsters
Mario [Mon, 6 Jan 2014 03:05:51 +0000 (14:05 +1100)]
Merge branch 'master' into Mario/monsters

10 years agoMerge remote-tracking branch 'origin/terencehill/vehicles_fixes'
Samual Lenks [Sun, 5 Jan 2014 22:11:37 +0000 (17:11 -0500)]
Merge remote-tracking branch 'origin/terencehill/vehicles_fixes'

# By terencehill
# Via terencehill
* origin/terencehill/vehicles_fixes:
  Improve calculation of vehicle respawn delay
  Reset vehicles in reset_map (thanks to the new vehicles_reset function), not just in assault_new_round
  Fix serious bug when the map is reset (ready-restart) and a player is on a vehicle: player can't exit from the vehicle anymore
  If the spiderbot is blown up don't show the teleport effect where the spiderbot was
  Add blowup cvars for raptor and spiderbot
  Make racer_blowup() similar to raptor_blowup(): don't override respawn time (already correctly calculated in vehicles.qc) and don't call racer_spawn as it isn't necessary.
  Fix a few typos in function names
  Spawn vehicles according to g_start_delay and make work better g_vehicles_delayspawn_jitter (jitter 10 is now a random number in the interval [-5,+5] instead of [0,+10])

10 years agoMerge remote-tracking branch 'origin/terencehill/ca_ft_fixes'
Samual Lenks [Sun, 5 Jan 2014 22:07:09 +0000 (17:07 -0500)]
Merge remote-tracking branch 'origin/terencehill/ca_ft_fixes'

# By terencehill
# Via terencehill
* origin/terencehill/ca_ft_fixes:
  Fix compilation. It seems that Samual renamed inWarmupStage to warmup_stage in the commit 6c4446c0a7 with the very explicative description "I'm a goddamn genius, IT WORKS!".
  Add cvars g_freezetag_team_spawns and g_ca_team_spawns: when 1, players spawn from the team spawnpoints of the map, if any
  CheckAllowedTeams isn't needed in these cases
  Add description to g_*_round_timelimit cvars
  Since CA and LMS have special values for starting ammo, health and armor, let's use them in warmup too
  Allow weapon change impulses when not in round time
  Fix bug where just connected players are forced to join the game the next round
  Fix this Freezetag bug: If you try to revive a player after a round ends the "Revive progress" centerprint will be stuck until a new one appears
  Freezetag: use warmup_start_health in warmup stage
  Reset kill count when a new round starts
  Make work the "3/2/1 frags left" announcer messages in Freezetag
  ScoreRules_freezetag should know the number of available teams this way (like CA and KH)
  Fix implementation of CA score rules

10 years agoMerge branch 'master' into terencehill/ca_ft_fixes
terencehill [Sun, 5 Jan 2014 18:00:43 +0000 (19:00 +0100)]
Merge branch 'master' into terencehill/ca_ft_fixes

Conflicts:
gamemodes.cfg
qcsrc/server/g_world.qc
qcsrc/server/mutators/gamemode_arena.qc
qcsrc/server/mutators/gamemode_ca.qc

10 years agoMerge branch 'master' into terencehill/vehicles_fixes
terencehill [Sat, 4 Jan 2014 18:48:00 +0000 (19:48 +0100)]
Merge branch 'master' into terencehill/vehicles_fixes

Conflicts:
qcsrc/server/vehicles/bumblebee.qc
qcsrc/server/vehicles/raptor.qc
qcsrc/server/vehicles/spiderbot.qc

10 years agoAdd race times to hud_notify with notification system
Samual Lenks [Sat, 4 Jan 2014 17:41:20 +0000 (12:41 -0500)]
Add race times to hud_notify with notification system

10 years agoAlways ensure pixel accuracy instead of manually setting it
Samual Lenks [Sat, 4 Jan 2014 01:37:04 +0000 (20:37 -0500)]
Always ensure pixel accuracy instead of manually setting it

10 years agouse cvar_settemp for orthoview settings
Samual Lenks [Sat, 4 Jan 2014 01:23:24 +0000 (20:23 -0500)]
use cvar_settemp for orthoview settings

10 years agoFix mobbutcher command description
Mario [Fri, 3 Jan 2014 09:40:53 +0000 (20:40 +1100)]
Fix mobbutcher command description

10 years agoUse printf macro
Mario [Fri, 3 Jan 2014 08:55:54 +0000 (19:55 +1100)]
Use printf macro

10 years agoEmpty commit so we can test merge request submission again
Samual Lenks [Wed, 1 Jan 2014 16:45:29 +0000 (11:45 -0500)]
Empty commit so we can test merge request submission again

10 years agoMerge remote-tracking branch 'origin/master' into Mario/monsters
Samual Lenks [Wed, 1 Jan 2014 14:17:02 +0000 (09:17 -0500)]
Merge remote-tracking branch 'origin/master' into Mario/monsters

10 years agoMerge remote-tracking branch 'origin/divVerent/ballistic2'
Rudolf Polzer [Wed, 1 Jan 2014 10:14:00 +0000 (11:14 +0100)]
Merge remote-tracking branch 'origin/divVerent/ballistic2'

* origin/divVerent/ballistic2:
  Oops. Fix rifle config.
  We DO need to detect double-hits, due to the weird engine tracing that happens sometimes at low angles.
  Always show DamageInfo, even when hitting the same player twice.
  Fix use of "self".
  fix some bugs
  Kill some cvars I forgot.
  cvar cleanup
  Kill zcurveparticles due to 0 users.
  Simplify a LOT.
  work on restructuring fireBallisticBullet

10 years agoOops. Fix rifle config.
Rudolf Polzer [Wed, 1 Jan 2014 09:55:58 +0000 (10:55 +0100)]
Oops. Fix rifle config.

10 years agoMerge branch 'master' into divVerent/ballistic2
Rudolf Polzer [Wed, 1 Jan 2014 09:49:30 +0000 (10:49 +0100)]
Merge branch 'master' into divVerent/ballistic2

10 years agoAdd the most obvious __VA_ARGS__ macro of all.
Rudolf Polzer [Wed, 1 Jan 2014 09:47:38 +0000 (10:47 +0100)]
Add the most obvious __VA_ARGS__ macro of all.

10 years agoFix terencehill's variable abuse. Unbreaks centerprint.
Rudolf Polzer [Wed, 1 Jan 2014 09:37:49 +0000 (10:37 +0100)]
Fix terencehill's variable abuse. Unbreaks centerprint.

WHY DID I LET THIS GO WHEN REVIEWING THIS STUFF.

10 years agoActually, use a more simple comparison (looks cleaner, easier to understand)
Samual Lenks [Mon, 30 Dec 2013 19:01:18 +0000 (14:01 -0500)]
Actually, use a more simple comparison (looks cleaner, easier to understand)

10 years agoMerge remote-tracking branch 'origin/samual/makemulti_inverse'
Samual Lenks [Mon, 30 Dec 2013 18:51:18 +0000 (13:51 -0500)]
Merge remote-tracking branch 'origin/samual/makemulti_inverse'

* origin/samual/makemulti_inverse:
  Remove r_hidewater changes from this branch
  Add ability for makeMulti inverse cvars (for r_water_hideplayer switching)

10 years agoRemove r_hidewater changes from this branch
Samual Lenks [Mon, 30 Dec 2013 18:48:32 +0000 (13:48 -0500)]
Remove r_hidewater changes from this branch

10 years agoMerge remote-tracking branch 'origin/master' into samual/makemulti_inverse
Samual Lenks [Mon, 30 Dec 2013 18:34:55 +0000 (13:34 -0500)]
Merge remote-tracking branch 'origin/master' into samual/makemulti_inverse

10 years agoMerge remote-tracking branch 'origin/samual/orthoview'
Samual Lenks [Mon, 30 Dec 2013 17:54:49 +0000 (12:54 -0500)]
Merge remote-tracking branch 'origin/samual/orthoview'

* origin/samual/orthoview:
  Use vec3 and get rid of FL2VEC -- This function didn't exist when I first made orthoview :)
  Lets just set resolution via a cvar
  Fix issues with FL2VEC
  Fix remaining known issue with orthoview (on abyss, techassault)
  Add definition for orthoview accuracy, plus some final cleanup
  Clean up debug stuff
  Add "set" for orthoview cvars
  Add cvars to defaultXonotic.cfg
  Use r_drawfog 0 while in orthoview
  Fix center of map and distance setting
  On second thought, keep the override cvar
  Use center of world bbox instead of '0 0 0' origin, solves a bug :D
  Fix it so that fov adjusts properly too
  Clean up orthoview maths, add logic for handling r_nearclip and r_farclip
  Working on adding orthoview feature for map screenshots from above

10 years agoMerge remote-tracking branch 'origin/samual/fix_crosshair_hittest'
Samual Lenks [Mon, 30 Dec 2013 17:53:26 +0000 (12:53 -0500)]
Merge remote-tracking branch 'origin/samual/fix_crosshair_hittest'

* origin/samual/fix_crosshair_hittest:
  Fix spectating
  Fix crosshair_hittest_showimpact by using proper loc instead of vieworigin

10 years agoMerge remote-tracking branch 'origin/Mario/shownames_minalpha'
Samual Lenks [Mon, 30 Dec 2013 17:52:06 +0000 (12:52 -0500)]
Merge remote-tracking branch 'origin/Mario/shownames_minalpha'

# By Samual Lenks (3) and Mario (1)
* origin/Mario/shownames_minalpha:
  Multiply shownames alpha by player alpha
  Allow shownames to be seen with low alpha if they're the same team
  Clean some things up
  Hide player name if their alpha is below a limit

10 years agoTry fixing centerprint expiring.
Rudolf Polzer [Mon, 30 Dec 2013 13:29:36 +0000 (14:29 +0100)]
Try fixing centerprint expiring.

- Avoid drawing stuff at alpha 0.
- Simplify alpha calculation.

10 years agoMerge remote-tracking branch 'origin/terencehill/color_picker_carets'
Samual Lenks [Sun, 29 Dec 2013 10:29:16 +0000 (05:29 -0500)]
Merge remote-tracking branch 'origin/terencehill/color_picker_carets'

# By terencehill
# Via terencehill
* origin/terencehill/color_picker_carets:
  Optimize a check
  If there's a caret before the cursor in the input box when clicking on the color picker, escape the caret so we can add a valid color code
  Improve detection of color codes when dragging the mouse in the color picker: color code isn't valid if caret is escaped (e.g. ^^x123)

10 years agoMultiply shownames alpha by player alpha
Samual Lenks [Sun, 29 Dec 2013 09:14:32 +0000 (04:14 -0500)]
Multiply shownames alpha by player alpha

10 years agoOpen serverinfo dialog with proper coordinats
Samual Lenks [Sat, 28 Dec 2013 19:41:14 +0000 (14:41 -0500)]
Open serverinfo dialog with proper coordinats

10 years agoAllow shownames to be seen with low alpha if they're the same team
Samual Lenks [Sat, 28 Dec 2013 19:11:12 +0000 (14:11 -0500)]
Allow shownames to be seen with low alpha if they're the same team

10 years agoClean some things up
Samual Lenks [Sat, 28 Dec 2013 19:09:26 +0000 (14:09 -0500)]
Clean some things up

10 years agoMerge remote-tracking branch 'origin/master' into Mario/shownames_minalpha
Samual Lenks [Sat, 28 Dec 2013 19:00:11 +0000 (14:00 -0500)]
Merge remote-tracking branch 'origin/master' into Mario/shownames_minalpha

10 years agoUse vec3 and get rid of FL2VEC -- This function didn't exist when I first
Samual Lenks [Sat, 28 Dec 2013 18:50:06 +0000 (13:50 -0500)]
Use vec3 and get rid of FL2VEC -- This function didn't exist when I first
made orthoview :)

10 years agoFix spectating
Samual Lenks [Sat, 28 Dec 2013 18:23:20 +0000 (13:23 -0500)]
Fix spectating

10 years agoFix crosshair_hittest_showimpact by using proper loc instead of vieworigin
Samual Lenks [Sat, 28 Dec 2013 18:02:30 +0000 (13:02 -0500)]
Fix crosshair_hittest_showimpact by using proper loc instead of vieworigin

10 years agoAdd ability for makeMulti inverse cvars (for r_water_hideplayer switching)
Samual Lenks [Fri, 27 Dec 2013 04:01:54 +0000 (23:01 -0500)]
Add ability for makeMulti inverse cvars (for r_water_hideplayer switching)

10 years agoLets just set resolution via a cvar
Samual Lenks [Fri, 27 Dec 2013 01:32:10 +0000 (20:32 -0500)]
Lets just set resolution via a cvar

10 years agoFix issues with FL2VEC
Samual Lenks [Fri, 27 Dec 2013 01:28:13 +0000 (20:28 -0500)]
Fix issues with FL2VEC

10 years agoFix remaining known issue with orthoview (on abyss, techassault)
Samual Lenks [Thu, 26 Dec 2013 09:54:59 +0000 (04:54 -0500)]
Fix remaining known issue with orthoview (on abyss, techassault)

10 years agoAdd definition for orthoview accuracy, plus some final cleanup
Samual Lenks [Thu, 26 Dec 2013 08:23:02 +0000 (03:23 -0500)]
Add definition for orthoview accuracy, plus some final cleanup

10 years agoClean up debug stuff
Samual Lenks [Thu, 26 Dec 2013 08:11:34 +0000 (03:11 -0500)]
Clean up debug stuff

10 years agoMerge remote-tracking branch 'origin/master' into samual/orthoview
Samual Lenks [Thu, 26 Dec 2013 07:23:54 +0000 (02:23 -0500)]
Merge remote-tracking branch 'origin/master' into samual/orthoview

10 years agoDon't check if monster has re-spawned when lowering counts
Mario [Thu, 26 Dec 2013 06:39:51 +0000 (17:39 +1100)]
Don't check if monster has re-spawned when lowering counts

10 years agoReplace tabs with spaces in REGISTER_MONSTER lists
Mario [Thu, 26 Dec 2013 06:14:18 +0000 (17:14 +1100)]
Replace tabs with spaces in REGISTER_MONSTER lists

10 years agoFix some invalid cvars
Mario [Thu, 26 Dec 2013 06:06:12 +0000 (17:06 +1100)]
Fix some invalid cvars

10 years agoAdd some mutator hooks for regen & mob spawning
Mario [Thu, 26 Dec 2013 06:05:03 +0000 (17:05 +1100)]
Add some mutator hooks for regen & mob spawning

10 years agoClean up CTF monster checks a little
Mario [Thu, 26 Dec 2013 05:38:53 +0000 (16:38 +1100)]
Clean up CTF monster checks a little

10 years agoAttempt to clean up commands a bit
Mario [Thu, 26 Dec 2013 05:28:44 +0000 (16:28 +1100)]
Attempt to clean up commands a bit

10 years agoAdd a mutator hook for accuracy checking & fix notification typo
Mario [Thu, 26 Dec 2013 05:11:16 +0000 (16:11 +1100)]
Add a mutator hook for accuracy checking & fix notification typo

10 years agoShow icon for monster deaths
Mario [Thu, 26 Dec 2013 04:53:22 +0000 (15:53 +1100)]
Show icon for monster deaths

10 years agoDon't network monsterid
Mario [Thu, 26 Dec 2013 04:45:24 +0000 (15:45 +1100)]
Don't network monsterid

10 years agoUse spaces in command aliases
Mario [Thu, 26 Dec 2013 04:34:29 +0000 (15:34 +1100)]
Use spaces in command aliases

10 years agoRemove some now unused textures
Mario [Thu, 26 Dec 2013 04:27:58 +0000 (15:27 +1100)]
Remove some now unused textures

10 years agoBegin adding models tab like normal as well
Samual Lenks [Thu, 26 Dec 2013 01:58:05 +0000 (20:58 -0500)]
Begin adding models tab like normal as well

10 years agoRemove comment, update button name
Samual Lenks [Thu, 26 Dec 2013 01:22:10 +0000 (20:22 -0500)]
Remove comment, update button name

10 years agoRemove an alias for a no longer valid command
Mario [Wed, 25 Dec 2013 01:21:00 +0000 (12:21 +1100)]
Remove an alias for a no longer valid command

10 years agoRemove freeze code, monsters no longer use freeze attacks
Mario [Tue, 24 Dec 2013 23:12:05 +0000 (10:12 +1100)]
Remove freeze code, monsters no longer use freeze attacks

10 years agoFix compile, add todolist
Samual Lenks [Tue, 24 Dec 2013 00:54:35 +0000 (19:54 -0500)]
Fix compile, add todolist

10 years agoRename notification file to messages file
Samual Lenks [Tue, 24 Dec 2013 00:01:59 +0000 (19:01 -0500)]
Rename notification file to messages file

10 years agoStart working on Messages tab
Samual Lenks [Mon, 23 Dec 2013 23:39:27 +0000 (18:39 -0500)]
Start working on Messages tab

10 years agoMake the demolist refresh button actually work
Samual Lenks [Mon, 23 Dec 2013 05:29:46 +0000 (00:29 -0500)]
Make the demolist refresh button actually work

10 years agoAdd "minutes" to time limit section of Create tab
Samual Lenks [Mon, 23 Dec 2013 04:47:09 +0000 (23:47 -0500)]
Add "minutes" to time limit section of Create tab

10 years agoHandle buffers better in .getStats
Samual Lenks [Mon, 23 Dec 2013 04:46:06 +0000 (23:46 -0500)]
Handle buffers better in .getStats

10 years agoSkip if gametype is "overall"
Samual Lenks [Sun, 22 Dec 2013 08:05:15 +0000 (03:05 -0500)]
Skip if gametype is "overall"

10 years agoCleanup
Samual Lenks [Sun, 22 Dec 2013 08:03:45 +0000 (03:03 -0500)]
Cleanup

10 years agoActually, make it so that positives ONLY mean readable status
Samual Lenks [Sun, 22 Dec 2013 07:55:50 +0000 (02:55 -0500)]
Actually, make it so that positives ONLY mean readable status

10 years agoStart working on PlayerStats_PlayerDetail_Status tracking system
Samual Lenks [Sun, 22 Dec 2013 07:54:05 +0000 (02:54 -0500)]
Start working on PlayerStats_PlayerDetail_Status tracking system

10 years agoAdd default URL to code for testing purposes
Samual Lenks [Sun, 22 Dec 2013 07:33:10 +0000 (02:33 -0500)]
Add default URL to code for testing purposes

10 years agoAdd convertDate function
Samual Lenks [Sun, 22 Dec 2013 04:23:31 +0000 (23:23 -0500)]
Add convertDate function

10 years agoImprove spacing of gametype list items
Samual Lenks [Sun, 22 Dec 2013 03:57:04 +0000 (22:57 -0500)]
Improve spacing of gametype list items

10 years agoAdd favorite map
Samual Lenks [Sun, 22 Dec 2013 03:17:59 +0000 (22:17 -0500)]
Add favorite map

10 years agoAdd game mode info now (and fix bug)
Samual Lenks [Sun, 22 Dec 2013 03:14:25 +0000 (22:14 -0500)]
Add game mode info now (and fix bug)

10 years agoFixes
Samual Lenks [Sun, 22 Dec 2013 01:33:31 +0000 (20:33 -0500)]
Fixes

10 years agoPut some effort into making it look good
Samual Lenks [Sun, 22 Dec 2013 00:52:43 +0000 (19:52 -0500)]
Put some effort into making it look good

10 years agoAdd win percentage, add kills/deaths/kill ratio
Samual Lenks [Sun, 22 Dec 2013 00:27:08 +0000 (19:27 -0500)]
Add win percentage, add kills/deaths/kill ratio

10 years agoWork on cleaning up the output/building of statslist
Samual Lenks [Sat, 21 Dec 2013 22:38:49 +0000 (17:38 -0500)]
Work on cleaning up the output/building of statslist

10 years agoFix some bugs-- make the list auto update
Samual Lenks [Sat, 21 Dec 2013 09:57:17 +0000 (04:57 -0500)]
Fix some bugs-- make the list auto update

10 years agoFix to shut matthiaskrgr up
Samual Lenks [Sat, 21 Dec 2013 09:13:39 +0000 (04:13 -0500)]
Fix to shut matthiaskrgr up

10 years agoBut actually, add THIS anyway
Samual Lenks [Sat, 21 Dec 2013 09:10:45 +0000 (04:10 -0500)]
But actually, add THIS anyway

10 years agoWhat is that doing there? kill ittttt :D
Samual Lenks [Sat, 21 Dec 2013 09:08:42 +0000 (04:08 -0500)]
What is that doing there? kill ittttt :D

10 years agoAdd statslist to Profile tab (now just needs to be made to look pretty)
Samual Lenks [Sat, 21 Dec 2013 09:04:44 +0000 (04:04 -0500)]
Add statslist to Profile tab (now just needs to be made to look pretty)

10 years agoUpdate playerdetail database handler, actually BUILD the databases
Samual Lenks [Sat, 21 Dec 2013 08:35:20 +0000 (03:35 -0500)]
Update playerdetail database handler, actually BUILD the databases

10 years agoAdd skin color support for subdir colors
Samual Lenks [Sat, 21 Dec 2013 02:34:50 +0000 (21:34 -0500)]
Add skin color support for subdir colors

10 years agoFix bugs, do the same thing for screenshotlist
Samual Lenks [Sat, 21 Dec 2013 02:12:52 +0000 (21:12 -0500)]
Fix bugs, do the same thing for screenshotlist

10 years agoBring subdirectories to the top of the list, add color
Samual Lenks [Sat, 21 Dec 2013 01:57:22 +0000 (20:57 -0500)]
Bring subdirectories to the top of the list, add color

10 years agoMerge branch 'samual/combined_updates' of http://nl.git.xonotic.org/xonotic/xonotic...
Samual Lenks [Sat, 21 Dec 2013 01:09:06 +0000 (20:09 -0500)]
Merge branch 'samual/combined_updates' of http://nl.git.xonotic.org/xonotic/xonotic-data.pk3dir into samual/combined_updates

10 years agoMake the player name extra big in Profile tab
Samual Lenks [Sat, 21 Dec 2013 01:08:25 +0000 (20:08 -0500)]
Make the player name extra big in Profile tab

10 years agoMerge branch 'samual/combined_updates' of http://nl.git.xonotic.org/xonotic/xonotic...
Mario [Sat, 21 Dec 2013 01:04:24 +0000 (12:04 +1100)]
Merge branch 'samual/combined_updates' of http://nl.git.xonotic.org/xonotic/xonotic-data.pk3dir into samual/combined_updates

10 years agoMove subdirectories to the top of the list
Mario [Sat, 21 Dec 2013 01:03:25 +0000 (12:03 +1100)]
Move subdirectories to the top of the list

10 years agoRemove old file
Samual Lenks [Fri, 20 Dec 2013 23:48:38 +0000 (18:48 -0500)]
Remove old file

10 years agoRemove the spacing between sides
Samual Lenks [Fri, 20 Dec 2013 23:29:59 +0000 (18:29 -0500)]
Remove the spacing between sides

10 years agoFix demolist playing and timing
Samual Lenks [Fri, 20 Dec 2013 23:19:04 +0000 (18:19 -0500)]
Fix demolist playing and timing

10 years agoRemove some leftovers from the old random monster spawn code
Mario [Fri, 20 Dec 2013 18:47:02 +0000 (05:47 +1100)]
Remove some leftovers from the old random monster spawn code

10 years agoFix another bad thing
Mario [Fri, 20 Dec 2013 18:34:43 +0000 (05:34 +1100)]
Fix another bad thing

10 years agoFix something bad
Mario [Fri, 20 Dec 2013 18:22:35 +0000 (05:22 +1100)]
Fix something bad