Commit Graph

15 Commits

Author SHA1 Message Date
baloh.matevz
1706e00d3b View vars will now search properly. Meaning it will only search from what is displayed. IE: if you type it name, it will only search for displayed text containing 'name' and not for the <a name='...'> things.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2322 316c924e-a436-60f5-8080-3fe189b3f50e
2011-10-03 03:57:11 +00:00
baloh.matevz
d68ecdbfaf Deleting, correcting, retyping or changing the search text in view variables now properly updates the variables, eliminating the need to hit refresh if you mistype.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2319 316c924e-a436-60f5-8080-3fe189b3f50e
2011-10-02 19:05:40 +00:00
baloh.matevz
73681769d6 - View variables search is no longer case sensitive. Was an oversight on my part.
Screenshot:
http://www.kamletos.si/view_var_lost_count3.PNG

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2318 316c924e-a436-60f5-8080-3fe189b3f50e
2011-10-02 18:37:34 +00:00
baloh.matevz
4768bab71c View vars and game panel spawning updated:
- You can now edit variables for clients. You however can't mass-edit them.
- Common variables are displayed on top of the view variables menu. Screenshot shows examples of mobs, objects and datums.
Screenthot: http://www.kamletos.si/view_var_lost_count1.PNG
- Fixed the problem where long type paths ruined everything forever in view vars.
Screenshot: http://www.kamletos.si/view_var_lost_count2.PNG
- Added an option to the spawn object/mob/turf screens which lets you pick whether you want the item to spawn under your mob or in the object you have marked. You can only spawn stuff in objects of type /atom.
Screenshot: http://www.kamletos.si/spawn_objects.PNG

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2280 316c924e-a436-60f5-8080-3fe189b3f50e
2011-09-28 18:58:53 +00:00
baloh.matevz
3794c0c64f - "delete all of type" added to the view variables panel.
It requires you to first select whether you want to delete all objects of the strict type or of the type and all subtypes. After this you need to confirm. And then you need to confirm again. If anyone manages to get through 3 confirmation screens 'by accident' they are lying.

You can only use 'delete all of type' for objects (of type /obj)

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2265 316c924e-a436-60f5-8080-3fe189b3f50e
2011-09-24 21:55:21 +00:00
baloh.matevz
517dd55abe - Made a beta version of the new DblClick() proc. As per my testing it is far more efficient than the old one. The click-proc is ready for ingame testing. To initiate a test, use the "Toggle NewClickProc" verb if you're a game admin or game master.
- The following procs have been added: ismetroid() ispAI()
- Using the new click proc adds support for the following new procs: attack_robot(), attack_ghost(), attack_admin(), hanr_r(), hand_m()

Proc description:
- attack_robot() is the proc that gets called when a cyborg clicks on any atom without having a module selected. It defaults to attack_ai() and for the moment always calls the default as there is no separation.
- attack_ghost() is the proc that gets called when a ghost clicks on any atom. It defaults to examine()
- attack_admin() is the proc that gets called when a ghost with admin status clicks on any atom. It defaults to attack_ghost()
- hand_r() is the proc that gets called when a restrained cyborg clicks on any atom. It defaults to hand_a(), which is the the proc for a restrained AI, whatever that means.
- hand_m() is for when a restrained metroid clicks on an item.

Please note that the new click proc drops support for the HEAL mutation. Let me know if this mutation is important. All I can tell you is that it doesn't belong in this proc.

- Moved the mob/Delete() proc to mob.dm. Doubleclicking /mob in the object tree will now throw you to mob.dm instead of some random datumvars.dm.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2256 316c924e-a436-60f5-8080-3fe189b3f50e
2011-09-23 19:48:06 +00:00
baloh.matevz
8c292805f9 - View variables panel now supports the up and down arrow keys alongside the enter key.
- Use the up and down keys to move through vars in the list and the enter key to select the highlighted var.
screenshot: http://www.kamletos.si/admin%20verbs%204.PNG

Explanation of screenshot:
To change an object's pixel_y variable:
> view variables
> pix
> hit down twice
> hit enter
> enter new value
> enter

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2245 316c924e-a436-60f5-8080-3fe189b3f50e
2011-09-21 15:39:43 +00:00
baloh.matevz
0d5e7c3084 - When in the view variables panel, if you have the search box selected (which it is when you open the panel) you can, at any time, hit enter to select EDIT (E) of the first variable you see in the list.
Screenshot: http://www.kamletos.si/admin%20verbs%203.PNG
In the screenshot the sequence of keys was:
> open view variables
> dir
> enter
> 2
> enter

This will hopefully mean there is less of a need for the mouse when editing variables.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2244 316c924e-a436-60f5-8080-3fe189b3f50e
2011-09-21 14:05:18 +00:00
baloh.matevz
80ed72e1dd Admin verbs updated some more:
Give spell, make space ninja, godmode, build mode and gib are no longer verbs. They have been moved to the view variables panel. Attack log was removed as a verb. Please use the view variables panel to see the attack log.
screenshot: http://www.kamletos.si/admin_verbs.PNG

In addition "explosion", "em pulse", "gib", "make space ninja" and "give spell" now have confirmation boxes or the ability to cancel

Okay, so if there are any requests for verbs to be restored (keyboard-admins) please contact me and we'll arrange something.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2237 316c924e-a436-60f5-8080-3fe189b3f50e
2011-09-20 21:24:07 +00:00
baloh.matevz
c586e285f7 - edit variables and mass edit variables removed as verbs, merged with view variables
- explosion and emp verbs removed from objects. They are now in the options in view variables for all objects, mobs and turfs.
Screenshots:
http://www.kamletos.si/object%20admin%20verbs.PNG
http://www.kamletos.si/object_variables.PNG
- Marking objects now gives you feedback on the view variables screen. It also refreshes the screen.
- Warn, prison and unprison verbs removed. Prisoning can be done via player panel. (show player panel verb of the X in the 'player panel' verb. Damn these names, confusing.)
- Banning now has a cancel button on all input screens.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2236 316c924e-a436-60f5-8080-3fe189b3f50e
2011-09-20 19:13:24 +00:00
baloh.matevz
2b1b121141 - You can now recolor jumpsuits, shoes, gloves and bedsheets using the washing machine.
Screenshot: http://www.kamletos.si/laundry.png
- Some religions (currently Islam, Scientology and Atheism) set your chapel's symbols to the symbols of that religion.
Screenshot: http://www.kamletos.si/view%20variables%206.JPG (The tiles)
- Detective now has his stuff in an old-styled cabinet. (Sprite by Hempuli)
- Got rid of some.. uhh... Runtime errors... and... uhh... A certain dungeon master... I... I WAS ORDERED TO DO IT, YELL AT URIST AND CREED!
- I doubt you'll get this far in reading this changelog due to the previous point, but just in case you do... Admin tools updated:
- View variables now has a "Mark Object" option. After you've marked an object or datum, you will be able to assign the value to a variable. An example would be if you try to put an item into a closet. You'd open view variables on the item you want to move, select "mark object", open 'view variables' of the closet, click E or C next to contents and select "marked datum (type)". After this, you select 'No' for the reference question.
Screenshot: http://www.kamletos.si/references.jpg
- Also in View variables, you can now access a player's 'Player panel' if you view a mob's variables.
- Updated changelog with these changes

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2225 316c924e-a436-60f5-8080-3fe189b3f50e
2011-09-18 22:05:00 +00:00
baloh.matevz
d248e36cba View variables now has a search function which searches through the lines listed below. I think this was the last feature that was missing.
For example, instead of selecting 'Edit variables' and hitting the c key a few times to get to ckey, you now select 'View variables' and write ckey.

Screenshot:
http://www.kamletos.si/view%20vars5.JPG

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2186 316c924e-a436-60f5-8080-3fe189b3f50e
2011-09-12 16:13:18 +00:00
baloh.matevz
0a974b3c0e Edit variables and view variables combined.
Screenshot:
http://www.kamletos.si/view%20vars3.JPG

What C and E mean is written on the window itself.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2178 316c924e-a436-60f5-8080-3fe189b3f50e
2011-09-11 19:18:04 +00:00
mport2004@gmail.com
aae2ffd2b5 Went though the oddly few runtimes
Fixed up a few more firedoors on the map
Optables will respect air groups now
The Singularity:
Might produce less lag when eating things now.
80% down from 100% chance for a beacon to force movement.


git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2126 316c924e-a436-60f5-8080-3fe189b3f50e
2011-09-05 07:11:55 +00:00
only.lurking
662c08272a git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2 316c924e-a436-60f5-8080-3fe189b3f50e 2010-08-23 14:29:20 +00:00