]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc/server/mutators
Merge branch 'master' into mirceakitsune/sandbox
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators /
2011-11-29 Mircea KitsuneMerge branch 'master' into mirceakitsune/sandbox
2011-11-15 Mircea KitsuneMerge branch 'master' into mirceakitsune/sandbox
2011-11-08 Mircea KitsuneFix a fclose() I forgot to add for the database loading
2011-11-06 Mircea KitsuneFix a bug which would cause the bounding box to get...
2011-11-06 Mircea KitsuneRead-only mode. When enabled, no sandbox commands can...
2011-11-06 Mircea KitsuneFlood protection of object spawning and pasting. Defaul...
2011-11-06 Mircea KitsuneIn order for the new grabbing to work, a sandbox object...
2011-11-06 Mircea KitsuneMove non-cheat grabbing back into cheatfrae, so all...
2011-11-06 Mircea KitsuneRemove non-cheat grabbing from the sandbox code, and...
2011-11-05 Mircea KitsuneMerge branch 'master' into mirceakitsune/sandbox
2011-10-30 Mircea KitsuneAdd object_info attachments to the helper and menu
2011-10-30 Mircea KitsuneImprove object_info messages
2011-10-30 Mircea KitsuneSpecify "no attachments" when the object had none,...
2011-10-30 Mircea KitsuneAdd a new info command for printing information about...
2011-10-30 Mircea KitsuneDocument object_info updates in the helper, and fix...
2011-10-30 Mircea KitsuneDon't srzone message and message2 together, which was...
2011-10-30 Mircea KitsuneFix another bug I forgot
2011-10-30 Mircea KitsuneAdd the object_info object command, which will print...
2011-10-30 Mircea KitsuneOnly update owner name if necessary, and fix some silly...
2011-10-30 Mircea KitsuneUpdate object owner nickname when using the object_clai...
2011-10-30 Mircea KitsuneStore object information about creation and owner....
2011-10-29 Mircea KitsuneAdd a menu button for showing mesh info, including...
2011-10-29 Mircea KitsuneFor now though, comment EF_SELECTABLE out. Don't want...
2011-10-29 Mircea KitsuneUse EF_SELECTABLE on sandbox objects, making them turn...
2011-10-29 Mircea KitsuneDocument the new copying system in the helper
2011-10-29 Mircea KitsuneSecond part of my last commit, clipboard functional...
2011-10-29 Mircea KitsuneAnd now for something a little different: No longer...
2011-10-29 Mircea KitsuneFix something I forgot, storage works again
2011-10-29 Mircea KitsuneSimplify physics saving code
2011-10-29 Mircea KitsuneRe-implement remembering of old movetype for objects...
2011-10-29 Mircea KitsuneDon't store origin and angles at all for child objects...
2011-10-29 Mircea KitsuneStorage: Only store attachment bone info for child...
2011-10-29 Mircea KitsuneGet and persist bone names properly. Objects attached...
2011-10-29 Mircea KitsuneStorage save: Persist all strings between quotation...
2011-10-29 Mircea KitsuneStorage: Add support for persisting bones, and attachin...
2011-10-29 Mircea KitsuneDetach objects at exactly the same origin, not the...
2011-10-29 Mircea KitsuneAh, it seems tag counting should start from 1
2011-10-29 Mircea KitsuneDocument object_info in the helper
2011-10-29 Mircea Kitsuneedit rights = copy rights now for copying
2011-10-29 Mircea KitsuneNew functionality for g_sandbox_editor_free. 0 = player...
2011-10-29 Mircea KitsuneName the info command "mesh", and allow it to list...
2011-10-29 Mircea KitsuneAdd a command which allows printing tag information...
2011-10-29 Mircea KitsuneAdd an object_info command, which will print some infor...
2011-10-28 Mircea KitsuneAdd a TODO for persisting bones, and code comments...
2011-10-28 Mircea KitsuneGet storage loading to use arrays too. Attached objects...
2011-10-28 Mircea KitsuneAt the expense of the developer's sanity, get the save...
2011-10-28 Mircea KitsuneAdd a code comment about how the string works. Clipboar...
2011-10-28 Mircea KitsuneFix the bug with multiple objects without a model being...
2011-10-28 Mircea KitsuneAttempt to make loaded child objects attached. Code...
2011-10-28 Mircea KitsuneTeach the loading code to load multiple objects from...
2011-10-28 Mircea KitsuneAttempt to persist attached objects in storage and...
2011-10-28 Mircea KitsuneDon't allow attaching to attachments, for obvious reaso...
2011-10-28 Mircea KitsunePrecache material sounds for objects that are loaded...
2011-10-28 Mircea KitsunePrint more information to the first line of the storage...
2011-10-28 Mircea KitsuneAdd a name cvar for storage. That way, people can selec...
2011-10-28 Mircea KitsuneRename more functions, and add server notification...
2011-10-28 Mircea KitsuneActually, do update the database when there are no...
2011-10-28 Mircea KitsuneRename several functions
2011-10-28 Mircea KitsuneRemove an abandoned float
2011-10-28 Mircea KitsuneRemove debug code. Saving and loading from text files...
2011-10-28 Mircea KitsuneStore empty properties as - in the clipboard. Otherwise...
2011-10-28 Mircea KitsuneApply the objects in the text file to the world. Partly...
2011-10-28 Mircea KitsuneRemove object* at the beginning of each line. Hard...
2011-10-28 Mircea KitsuneBasic implementation for reading sandbox storage files...
2011-10-28 Mircea KitsuneBegin each line with object*, where * is the number...
2011-10-28 Mircea KitsuneAdd a comment line with information to the save file
2011-10-28 Mircea KitsuneProperly store map name in the text file
2011-10-28 Mircea KitsuneDon't persist attached objects for now. They would...
2011-10-28 Mircea KitsuneFirst part of storing objects to text files, using...
2011-10-28 Mircea KitsuneMerge branch 'master' into mirceakitsune/sandbox
2011-10-28 Mircea KitsuneNew mutator hook SV_StartFrame, executing globally...
2011-10-27 Mircea KitsuneAlso print information about attaching and detaching...
2011-10-27 Mircea KitsuneRemove a useless spacing. IT DIDN'T LOOK PERFECT, THE...
2011-10-27 Mircea KitsuneRemove code for spawning items. I didn't like its imple...
2011-10-27 Mircea Kitsuneg_sandbox_info - Print information about spawned /...
2011-10-27 Mircea KitsuneDivide sandbox messages in three categories, and color...
2011-10-27 Mircea KitsuneIf removing an object that contains attachments, detach...
2011-10-27 Mircea KitsuneRename action_object commands to object_action, because...
2011-10-27 Mircea KitsuneMerge duplicate_object_copy and duplicate_object_paste...
2011-10-27 Mircea KitsuneNew command: claim_object. If the player has edit right...
2011-10-27 Mircea KitsuneUnfortunately, my previous change makes it impossible...
2011-10-27 Mircea KitsuneSince objects are going to be persisted, no longer...
2011-10-27 Mircea KitsuneRemove forgotten code from old material system
2011-10-27 Mircea KitsuneFix a material bug in the clipboard
2011-10-27 Mircea KitsuneAllow the edit_object command to receive a property...
2011-10-27 Mircea KitsuneGet the new material system working. The material slide...
2011-10-27 Mircea KitsuneDon't hard code materials. This will allow server admin...
2011-10-27 Mircea KitsuneRename cvars for object limits and free editing
2011-10-27 Mircea KitsuneOnly being allowed to edit your own objects is now...
2011-10-27 Mircea KitsuneAdd a cvar which allows players to edit each other...
2011-10-27 Mircea KitsuneIncrease / decrease the object count of the owner,...
2011-10-27 Mircea KitsuneAdd a maximum number of objects each player can place...
2011-10-27 Mircea KitsuneFix a code typo
2011-10-27 Mircea KitsuneDocument attachments in the help system
2011-10-27 Mircea KitsuneApply the previous physics of the object once it's...
2011-10-27 Mircea KitsuneChange some things in the attachment system
2011-10-27 Mircea KitsuneAdd information messages to the remove command as well
2011-10-27 Mircea KitsuneIf the object was attached, no longer keep it scheduled...
2011-10-27 Mircea KitsuneAdd basic warnings and preventions to the attachment...
2011-10-27 Mircea KitsuneFix detaching of objects. Attached objects are no longe...
next