Commit Graph

98 Commits

Author SHA1 Message Date
ZomgPonies cb987d3692 Alt Account checking 2015-04-06 23:12:15 -04:00
ZomgPonies c942b5e60c Adds Plasmaman to Karma Shop 2015-03-05 14:35:17 -05:00
DZD bee904d99f Paperwork NT Logo Fix
- Fixes the problem where the image for using [logo] in paperwork was
not appearing correctly.
2015-01-13 17:08:55 -05:00
Markolie 60e18d0c0e Major map overhaul, remove customs officer/nanotrasen recruiter 2015-01-12 02:23:45 +01:00
Markolie 037f7e71b8 Talisman image 2014-12-21 16:38:23 +01:00
Markolie 17ae62bc99 Karma refund option, IPC radiation checks 2014-12-20 20:45:31 +01:00
Markolie b8a440f23a Add clothing vendors to cargo, fix syndiborg/dsborg, laptop fix, other minor fixes 2014-12-07 04:55:48 +01:00
Markolie cb7676c139 Re-add stamp images, add more holopads 2014-12-03 02:53:26 +01:00
ZomgPonies ce04d9551c Added NT Recruiter and Sec Pod Pilot karma jobs 2014-07-13 22:34:06 -04:00
ZomgPonies ab32000c2a Finally fixes lobby jukebox 2014-06-29 16:44:42 -04:00
ZomgPonies 23d6889a28 Trying to fix lobby jukebox 2014-06-25 13:19:56 -04:00
ZomgPonies 096cae4dd4 Hopefully cut down on ressource size and speed up loading 2014-06-23 04:29:22 -04:00
ZomgPonies 900c130f7f Ambassador karma unlocks 2014-06-20 07:22:02 -04:00
ZomgPonies a8b755da1a Version 1 of the ahelp overhaul 2014-06-19 19:18:50 -04:00
ZomgPonies ed36dbd6d9 2 new karma jobs -- Brig Physician and Magistrate 2014-06-15 23:40:47 -04:00
ZomgPonies 048ac0994d 2nd commit of MySQL conversion. So close to the finish line. 2014-06-03 03:31:06 -04:00
ZomgPonies 96ee35e5de Added Mechanic karma job, builds and repairs spacepods, works under the CE 2014-05-19 06:49:35 -04:00
Ccomp5950 8097d25b26 Bugfix: Brand new players will have a client.player_age of 0
Before:  When a client is created it's player_age variable is set to "Requires Database", then a select query is ran against the database to see if they have been seen before if they have logged in before this will have a row for them and it will set player age.  However if there is no row for them it doesn't change player_age from default.

After:   Before we check for an entry in the database we set their player_age to zero, we already checked we have a database connection so we know we will be able to pull this information and if we can't then it means they are a new player.  Set their player_age to zero and be done with it.

What this does:  Brand new players will no longer be able to bypass the jobs minimal age limit.
2014-05-13 00:15:11 -04:00
Ccomp5950 15c889f186 Code for new bots allowing admins to PM Players via IRC and vice versa.
Conflicts:
	code/modules/ext_scripts/irc.dm
2014-05-12 04:45:13 -04:00
Brian Cook ce40b74fd7 Improved GUI for requesting pAI
Made the pAI Request Module and the pAI Availability List pretty.

Conflicts:
	code/modules/mob/living/silicon/pai/recruit.dm
2014-04-29 20:46:43 -04:00
Brian Cook a93f864ae3 Refined GUI more
pAI background updated and no longer externally referenced. Corrected
stray typos. Added more power on/off lights for certain downloaded
modules.
2014-04-29 20:39:24 -04:00
Ccomp5950 13a72f4a04 Crash fix attempt: Moving NanoUI resource file sending away from client/New()
it's going in mob/Login() instead.

Conflicts:
	code/modules/client/client procs.dm
	code/modules/mob/login.dm
2014-04-28 18:51:57 -04:00
Necaladun f7246e3a40 Swap NT Rep and Customs Officer costs
30 for NT Rep, 15 for Customs Officer to represent their importance.
2014-04-15 00:37:27 +09:30
ZomgPonies ee85462e08 Fuck fonts forever always 2014-02-28 16:03:49 -05:00
ZomgPonies f545101e87 Merge branch 'font'
Conflicts:
	code/modules/client/client procs.dm
	code/stylesheet.dm
	fonts/skrell.ttf
	fonts/slime.ttf
2014-02-28 15:26:59 -05:00
ZomgPonies 77417edf6e Revert "New fonts work first iteration"
This reverts commit 172a4dfc51.
2014-02-04 02:47:14 -05:00
ZomgPonies 0b86695573 Broken font shit? 2014-02-04 02:29:50 -05:00
ZomgPonies 172a4dfc51 New fonts work first iteration 2014-02-04 00:54:24 -05:00
ZomgPonies bd946b0ab1 Fixes for new species 2014-01-28 16:33:02 -05:00
ZomgPonies 2525a3d057 Added barber karma job 2014-01-16 08:42:36 -05:00
Mark Aherne (Faerdan) 06541aecc5 NanoUI assets are now sent to the client automatically.
* NanoUI now finds and sends it's assets to the client (css, images, javascript and templates).

Part of my effort to make creating NanoUIs as simple as possible. This removes the need to add new NanoUI assets (such as templates) to the client send_resources proc.

Conflicts:
	code/modules/client/client procs.dm
	code/modules/nano/nanomanager.dm
2014-01-12 21:28:14 -05:00
Mark Aherne (Faerdan) 11ff90b718 SMES NanoUI
* Converted SMES to NanoUI.

Conflicts:
	code/modules/power/smes.dm
2014-01-11 22:07:00 -05:00
ZomgPonies 906d3b80d8 Small nanoui change 2014-01-07 18:24:38 -05:00
ZomgPonies 81f8e50131 Nano fix 2014-01-06 17:47:24 -05:00
ZomgPonies 1f39392543 Little compile fixes 2014-01-05 23:36:36 -05:00
ZomgPonies 895cb05392 Preload vox sounds no workie good 2014-01-04 03:15:01 -05:00
ZomgPonies eb44938358 Vox sound updates 2014-01-03 21:43:40 -05:00
ZomgPonies 2573088771 PDA NanoUI 2013-12-22 16:03:21 -05:00
ZomgPonies 55b34b192d Nano and fixes 2013-11-19 03:30:27 -05:00
ZomgPonies fffcd7e49b Atmos Computer NanoUI 2013-11-18 01:17:59 -05:00
ZomgPonies 60994c591d /tg/ Wire Datum method pass 1: APC, Airlocks, Vending Machines\ 2013-11-10 13:14:22 -05:00
ZomgPonies 988a9b7494 Fixes for Grey species 2013-11-07 16:16:20 -05:00
ZomgPonies 307d853ef0 Ingame Karma Shop Menu 2013-11-06 13:56:58 -05:00
ZomgPonies 6bf566b84d Visual IDs + Stamps = ALL GLORY TO CYBERIAD 2013-10-31 09:21:15 -04:00
ZomgPonies 2df877bf82 Xenoarch update 2013-10-29 11:56:04 -04:00
ZomgPonies 68ef69ea1c Vox Announcements Updates 2013-10-28 06:05:39 -04:00
ZomgPonies ace911405c Nano fix 2013-09-30 01:14:34 -04:00
ZomgPonies 3ea972025a DNA modifier Nano UI update 2013-09-19 16:21:15 -04:00
ZomgPonies d30f6b5520 Fixed AI announcements 2013-09-14 02:41:27 -04:00
ZomgPonies 3bb7a173cf A bunch of nano UI fixes + new Chem Dispenser UI! 2013-09-09 18:40:26 -04:00