Bill Currie
|
a35c33b397
|
finish ProxyView and get crosshair toggle working properly in the video
options menu.
|
2005-04-24 15:26:30 +00:00 |
|
Bill Currie
|
73e45cc8ee
|
working on scripted menus; video works
dealloc -> release
This is an imperfect revision of history.
|
2004-11-18 05:08:00 +00:00 |
|
Bill Currie
|
3a7ecf9f31
|
enable obj_sendv
This is an imperfect revision of history.
|
2004-11-17 21:27:00 +00:00 |
|
Bill Currie
|
96e20d891c
|
overload str_mid so it has the same semantics as Python's slice operator
This is an imperfect revision of history.
|
2004-11-14 00:53:00 +00:00 |
|
Bill Currie
|
7a217b81cd
|
add a PropertyList class hierarchy
This is an imperfect revision of history.
|
2004-11-13 01:55:00 +00:00 |
|
Bill Currie
|
f5b22f50e8
|
and the ruamoko side of entity parsing :) currently disabled for now (just need to uncomment the line in Entity's +load) due to lack of filtering, but as a proof of concept, it works quite well, though I'm not at all happy about the handling of world.
This is an imperfect revision of history.
|
2004-11-12 11:23:00 +00:00 |
|
Bill Currie
|
53f4d13f43
|
wrap the plist functions
This is an imperfect revision of history.
|
2004-11-11 22:42:00 +00:00 |
|
Bill Currie
|
5ef382d2a7
|
Add a rua wrapper for scripts (seems, to work, too:). Also added generic resource handle support based on strref handling in pr_strings.c.
This is an imperfect revision of history.
|
2004-11-11 04:06:00 +00:00 |
|
Bill Currie
|
7b4edb2859
|
it's "dealloc", not "free" (missed name changes from a while back)
This is an imperfect revision of history.
|
2004-11-11 01:31:00 +00:00 |
|
Bill Currie
|
64cc8c60d2
|
compile time protocol support seems to be complete now. fortunatly, protocols had never been written out so the corrections to the protocol related stuctures do not need a progs version bump. runtime protocol support hasn't been fully tested yet.
+load runtime support seems to be working.
This is an imperfect revision of history.
|
2004-11-11 00:34:00 +00:00 |
|
Bill Currie
|
6ad13faf98
|
fix a param name oopsie
This is an imperfect revision of history.
|
2004-11-10 04:09:00 +00:00 |
|
Bill Currie
|
a3a2dd62e3
|
fix type of "self"
This is an imperfect revision of history.
|
2004-11-02 07:13:00 +00:00 |
|
Jeff Teunissen
|
2842f4d4f1
|
Ruamoko builtin declaration/implementation cleanup/simplification. Incomplete,
but working.
|
2004-04-28 00:42:38 +00:00 |
|
Bill Currie
|
204618da66
|
make dist fix
|
2004-04-22 02:49:50 +00:00 |
|
Bill Currie
|
804ba76719
|
add bindings for the qfs functions
|
2004-04-20 23:01:54 +00:00 |
|
Bill Currie
|
4afe0c1588
|
move hash.r and plist.r to libr where they belong
|
2004-02-25 02:38:15 +00:00 |
|
Bill Currie
|
8069becadf
|
pkgincludedir and pkglibdir patch from
"Alexey I. Froloff" <sir_raorn@immo.ru> (raorn)
|
2004-02-18 06:28:37 +00:00 |
|
Bill Currie
|
82bc3055bc
|
oops, needed menu_draw_hud. don't need the state stuff any more, though :)
|
2004-02-14 05:33:34 +00:00 |
|
Bill Currie
|
c493a82de1
|
more cleanup
|
2004-02-14 05:02:25 +00:00 |
|
Bill Currie
|
98ccba65bb
|
not needed
|
2004-02-14 04:51:08 +00:00 |
|
Bill Currie
|
1207b44462
|
whitespace
|
2004-02-14 04:35:59 +00:00 |
|
Bill Currie
|
790048368d
|
control options "done"
|
2004-02-14 04:01:36 +00:00 |
|
Bill Currie
|
3f44dfad1d
|
control options menu almost done (yay for oo:)
|
2004-02-14 03:18:53 +00:00 |
|
Bill Currie
|
103299e7e4
|
rename Cvar_GetCvarString to Cvar_GetString and add
Cvar_Set{String,Float,Integer,Vector} and
Cvar_Get{String,Float,Integer,Vector}. use them in the menus
|
2004-02-14 02:56:29 +00:00 |
|
Bill Currie
|
0e147a7b61
|
video options "done"
|
2004-02-14 02:09:18 +00:00 |
|
Bill Currie
|
fec7423cc3
|
player options are now grouped
|
2004-02-13 06:42:51 +00:00 |
|
Bill Currie
|
0e34eabbc4
|
network options are now in a group
|
2004-02-13 05:49:43 +00:00 |
|
Bill Currie
|
8978d1ca55
|
make an inputline with a text box behind it
|
2004-02-13 05:36:35 +00:00 |
|
Bill Currie
|
ac577232db
|
audio and features options menus are now almost fully object-ized (as
close as they're going to get until everything else is)
|
2004-02-13 02:53:13 +00:00 |
|
Bill Currie
|
e3a393dd52
|
add Pic and CenterPic views
|
2004-02-13 02:52:14 +00:00 |
|
Bill Currie
|
e472364f51
|
call [self init] rather than [super init] (and variants where possible) to
ease derived class initialization (all allocation can be done in -init).
Objective-C rocks :)
|
2004-02-13 02:51:38 +00:00 |
|
Bill Currie
|
de567310fb
|
fix a typo
|
2004-02-13 01:21:17 +00:00 |
|
Bill Currie
|
c5789ff620
|
more object usage
|
2004-02-13 00:21:51 +00:00 |
|
Bill Currie
|
9f56ee80c6
|
arg, committed debug code again
|
2004-02-07 00:10:39 +00:00 |
|
Bill Currie
|
51cd2fc69a
|
most of the video menu now uses CvarToggle and CvarToggleView (and rename
RangeSlider to CvarRangeView)
|
2004-02-07 00:09:50 +00:00 |
|
Bill Currie
|
f4e0147345
|
missed Slider.h
|
2004-02-04 23:26:39 +00:00 |
|
Bill Currie
|
bc6204335a
|
now all range indicators use the RangeSlider view (need a better name:P)
|
2004-02-04 07:14:00 +00:00 |
|
Bill Currie
|
c3d99b47a7
|
in_mouse_amp finally working properly :)
forced to move to CMV for the indicator because I ran out of params...
|
2004-02-04 06:56:53 +00:00 |
|
Bill Currie
|
c43950abd8
|
autoconvert for function parameters now works :)
|
2004-02-04 05:49:54 +00:00 |
|
Bill Currie
|
a128d7121b
|
install the gui headers properly
|
2004-02-04 05:45:17 +00:00 |
|
Bill Currie
|
892e80938b
|
that made a royal mess :(
|
2004-02-04 04:49:46 +00:00 |
|
Bill Currie
|
b2474a2b97
|
better auto-conversion of function parameters (ugh, this is getting messy
:( )
|
2004-02-04 04:33:08 +00:00 |
|
Bill Currie
|
237027d1ff
|
moving towards object-ized menus :)
|
2004-02-04 02:35:57 +00:00 |
|
Bill Currie
|
fb9c3e6125
|
Object error doesn't return anything...
|
2004-02-04 00:56:33 +00:00 |
|
Bill Currie
|
c74adc29b0
|
all slider indicators now use Slider. nuke draw_perc_bar
|
2004-02-03 13:35:10 +00:00 |
|
Bill Currie
|
0e0f3704c5
|
correct the math for calculating the position of the slider indicator
|
2004-02-03 13:33:16 +00:00 |
|
Bill Currie
|
ec26083228
|
start working on a gui lib with a Slider class. use the slider class for
the volume settings. doesn't /quite/ work properly yet
|
2004-02-03 08:31:26 +00:00 |
|
Bill Currie
|
888ff5f571
|
make the math functions Grievre provided available
|
2004-02-03 06:24:43 +00:00 |
|
Bill Currie
|
a4bcf2dab6
|
hopefully better library arrangement
|
2004-02-03 06:00:16 +00:00 |
|
Bill Currie
|
1542268d40
|
use casts rather than ftoi and itof
|
2004-02-03 05:59:51 +00:00 |
|