Commit Graph

38 Commits

Author SHA1 Message Date
Spoike d561772bb0 stripped support for qvm-based plugins. rewrote native plugins to use a more efficient interface.
merged engine menus, native menus, game menus, plugin menus into a single layered menu interface, simplifying all the special-case input.
engine confirmation prompts can now show regardless of underlaying menus, including above the console.
skeletal formats can now provide their own way to build bones, for variable per-bone keyframes/interpolation methods/etc (used by gltf2).
updated various plugins for the new api.
removed qvm makefiles/scripts.


git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5530 fc73d0e0-1445-4013-8a0c-d673dee63da5
2019-09-04 07:59:40 +00:00
Molgrum ef8c96667e Oops
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2974 fc73d0e0-1445-4013-8a0c-d673dee63da5
2008-05-25 21:53:19 +00:00
Molgrum 2b6c05d71c Send blackness to the back when created. The code works but the number 12 should perhaps be an enumeration or something else?
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2973 fc73d0e0-1445-4013-8a0c-d673dee63da5
2008-05-25 20:48:31 +00:00
Molgrum 11c8d5957c Looks prettier
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2972 fc73d0e0-1445-4013-8a0c-d673dee63da5
2008-05-25 14:28:38 +00:00
Molgrum 633387d7a9 Updated Makefile.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2971 fc73d0e0-1445-4013-8a0c-d673dee63da5
2008-05-25 14:23:03 +00:00
Molgrum 7178261e39 Enable teamoverlay without using setinfo.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2841 fc73d0e0-1445-4013-8a0c-d673dee63da5
2008-01-05 10:18:02 +00:00
Lance 9702e7c044 QVM targets for possible QVM compileable plugins
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2796 fc73d0e0-1445-4013-8a0c-d673dee63da5
2007-11-27 16:03:33 +00:00
Molgrum 83129688a5 Teamoverlay is now well formatted.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2757 fc73d0e0-1445-4013-8a0c-d673dee63da5
2007-10-23 07:02:19 +00:00
Molgrum 6af5e510e9 Fixed a teamoverlay TODO, it now provides spacing after nicknames for a good readable format.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2739 fc73d0e0-1445-4013-8a0c-d673dee63da5
2007-10-11 19:21:22 +00:00
Molgrum 609ea3a9d9 Basic team overlay. TODO: Tabs for formatting. Translate $5 and similar macros in loc names.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2711 fc73d0e0-1445-4013-8a0c-d673dee63da5
2007-10-05 11:45:37 +00:00
Molgrum 8e80eff85c Updating the plugin Makefiles a little
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2705 fc73d0e0-1445-4013-8a0c-d673dee63da5
2007-10-05 09:59:27 +00:00
Molgrum 1e21805c70 Update Makefiles for plugins.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2691 fc73d0e0-1445-4013-8a0c-d673dee63da5
2007-09-24 21:09:33 +00:00
Molgrum 55cf7068fd Fixed 2 warnings in plugin.c. Added magic fix for UI_DrawChar by TimeServ. Fixed hud_save and hud_load so you don't have to write the .hud file extension when saving/loading. Added partially working "tracking" hud element, it needs to be fixed so it doesn't show if the local player is a spectator, any ideas how to check that?
Also starting to implement a feature to modify hud elements from the console.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2589 fc73d0e0-1445-4013-8a0c-d673dee63da5
2007-08-11 15:20:35 +00:00
Spoike 2f059d7b59 Some minor tweeks to the hud plugin
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2470 fc73d0e0-1445-4013-8a0c-d673dee63da5
2007-02-26 03:00:25 +00:00
TimeServ 0939c0e46c respect return value with hud plugin call, disable scoreboard in hud plugin
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2376 fc73d0e0-1445-4013-8a0c-d673dee63da5
2006-08-20 01:35:56 +00:00
TimeServ 36416234fb fix save on context menu, fix cotext menu without selected item
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2267 fc73d0e0-1445-4013-8a0c-d673dee63da5
2006-05-10 02:45:45 +00:00
TimeServ efe118cb22 don't crash with no object selected, don't draw twice while editing, misc cleanups
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2266 fc73d0e0-1445-4013-8a0c-d673dee63da5
2006-05-10 02:28:31 +00:00
Spoike ad0c14548a Fixes the quad replacements issue - which was caused by me wrongfully assuming quake actually used it's content.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2205 fc73d0e0-1445-4013-8a0c-d673dee63da5
2006-04-14 02:26:38 +00:00
Spoike 95a623820f Butchered around with the hud plugin a little.
It's now much easier to add new elements. Almost releasable. :)

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2198 fc73d0e0-1445-4013-8a0c-d673dee63da5
2006-04-14 00:45:31 +00:00
TimeServ 02176f8853 remove more cvsignore files
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2148 fc73d0e0-1445-4013-8a0c-d673dee63da5
2006-04-02 23:25:51 +00:00
Spoike c816d21a74 Has a cursor thingie.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1917 fc73d0e0-1445-4013-8a0c-d673dee63da5
2006-01-30 21:10:17 +00:00
Spoike 4807ec631b Still could do with some tweeks.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1885 fc73d0e0-1445-4013-8a0c-d673dee63da5
2006-01-21 00:08:17 +00:00
Spoike eeb89caa80 The green box is the resize area. It doesn't work properly when you scale an item negativly though. Shift and stuff work.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1861 fc73d0e0-1445-4013-8a0c-d673dee63da5
2006-01-13 06:12:57 +00:00
Spoike 68e3900c50 Fix for file indexes -> qhandle_t
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1699 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-12-12 02:10:36 +00:00
Spoike e54ecb4a9a Hud compiles and runs as a QVM, so these extra files will come in handy.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1633 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-30 01:07:13 +00:00
Spoike 17144eaf9e Uses FS builtins, so no hardcoded filesystem stuff, so it compiles as a QVM. That load/save bug is also gone.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1632 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-30 01:06:02 +00:00
Spoike 1592df5945 Fixed file access, and removed direct filesystem requirement.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1630 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-30 00:50:04 +00:00
TimeServ fb3ccca04e generic stat number elements
a bunch of TODOs added...


git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1614 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-28 02:37:17 +00:00
Spoike ba12a35dca A little cleaner.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1611 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-28 00:10:37 +00:00
TimeServ 280ab8f6aa ok so the 4 event is never called...
fixed flashes


git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1609 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-27 20:59:51 +00:00
Spoike 395286b2cd Updated by TortoiseCVS
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1608 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-27 14:59:20 +00:00
TimeServ a779c6e84b mouseover will show up as green, selected item will flash red
n/m keys to cycle through items (since mouse selection is broken)


git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1606 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-27 05:25:39 +00:00
Lance 60e99424cd In the UI_SbarInit() function, I changed true to false so the plugin would load.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1598 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-27 02:33:05 +00:00
Spoike 095beb9a86 Made ultra l33t.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1153 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-07-20 11:52:08 +00:00
Spoike 8e0c688b58 added some makefiles
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1023 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-05-17 22:05:45 +00:00
Spoike 8ea2961387 Updated by TortoiseCVS
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@342 fc73d0e0-1445-4013-8a0c-d673dee63da5
2004-10-15 00:44:09 +00:00
Spoike 57b1dffc76 small msvc project file for hud plugin
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@339 fc73d0e0-1445-4013-8a0c-d673dee63da5
2004-10-15 00:38:21 +00:00
Spoike 2a9cda7ea8 sbar plugin. Supports click + drag hud elements.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@338 fc73d0e0-1445-4013-8a0c-d673dee63da5
2004-10-15 00:37:21 +00:00