Ykkrosh
086418993d
Undid config change
...
This was SVN commit r3847.
2006-05-04 14:45:44 +00:00
pyrolink
39e89c406e
#Fixes to flank penalty, notifications, sectors, terrain conformance. Added speed bonus based on terrain slope.
...
-added NOTIFY_ORDER_CHANGE, which is used for flank penalty instead of
idle.
-entity speed is now actions.move.speed_curr for the current speed, but
the original speed is still actions.move.speed. Changes take place in
entityEventMovemen.
This was SVN commit r3840.
2006-05-04 04:14:48 +00:00
prefect
8fd256c458
#Use EXT_framebuffer_object when available
...
* noframebufferobject configuration in system.cfg can be used to
disable EXT_fbo (in case drivers are flaky etc.)
* shadow texture size now honours the OpenGL maximum texture size as
reported
by the implementation
This was SVN commit r3693.
2006-03-26 17:36:33 +00:00
Acumen
0be99c65bf
Removed hourglass from archive builder screen since it was ambiguous (user does have input, and can just click to skip that screen -- which isn't used at present anyway).
...
Also restored the Esc key to its previous role of quick-quit, as I'm
just too used to using it. :)
This was SVN commit r3560.
2006-02-24 18:12:54 +00:00
Acumen
da2178db66
Basic progress bar UI at the start of the game requested by Jan, so player is aware of and can cancel archive building.
...
(Note that the Esc key is now used here, so you'll have to use another
key ... Ctrl+F4/Alt+F4/Ctrl+Break to quick-kill the game.)
Also set Matei's StartProduction to use entity's creation time.
This was SVN commit r3556.
2006-02-23 18:22:30 +00:00
Matei
7397615b5b
Reenabled shadows (it was misspelled as shadow=true instead of shadows=true).
...
This was SVN commit r3481.
2006-02-05 06:50:24 +00:00
pyrolink
54101c169f
Queue binding
...
This was SVN commit r3477.
2006-02-05 03:42:05 +00:00
Matei
6eb9bfa730
Reenabled shadows in system.cfg.
...
This was SVN commit r3445.
2006-01-29 23:54:29 +00:00
pyrolink
bbbb9e12af
-hotkey for cinematic interface (not working)
...
This was SVN commit r3443.
2006-01-29 23:27:16 +00:00
Matei
0a3e9ec537
- Added pause game functionality.
...
- Removed CDamageType from the engine - damage is now handled only
within the entity script (easier to mod/modify).
This was SVN commit r3325.
2006-01-02 03:07:29 +00:00
Ykkrosh
2d477a09cf
Profiler: Shift+F11 to save profile data into logs/profile.txt
...
This was SVN commit r3263.
2005-12-17 02:33:57 +00:00
Ykkrosh
52a8793450
Atlas: Bits of tool-related code.
...
Game: Large screenshots (with ctrl+alt+F2).
This was SVN commit r2994.
2005-10-24 01:53:03 +00:00
janwas
7b31f0372b
GameView: move camera lock params here
...
wsdl: add proper event queuing mechanism (no longer requires hacky
polling for changes and avoids WM_USER)
rename keys[] and mouse_buttons to g_keys and g_mouse_buttons
fix flipped mouse wheel direction; wsdl now sends up AND down event
(removed 'reset' hack in main.cpp)
main: clean up event handler and kill_mainloop
This was SVN commit r2934.
2005-10-13 18:05:55 +00:00
prefect
f1ee2cd66d
Add the notion of render paths and an appropriate configuration option.
...
Add Ogl_Shader and Ogl_Program handle types for shaders/programs loaded
from
files.
In the vertexshader render path, use a vertex program for lighting for
optimization.
This was SVN commit r2853.
2005-10-05 16:42:09 +00:00
Matei
bc3949db1a
Added a fairly primitive water plane. This includes several things:
...
- Hotkeys Q, A, Z to toggle, raise and lower the water plane
respectively.
- A unit trait, named anchor, that says whether it attaches to the
terrain or the water.
- Small changes to rendering code.
This was SVN commit r2744.
2005-09-18 03:16:12 +00:00
Acumen
84a980a344
Reimplemented session GUI refresh loop, with unit portrait as test subject. Fixed some broken things.
...
This was SVN commit r2666.
2005-09-05 03:21:20 +00:00
Acumen
3c58f50ff3
GUI-toggle feature for Michael (toggle with the G key), and fixed alignment of watermark.
...
This was SVN commit r2634.
2005-08-26 21:02:00 +00:00
Acumen
76f3524190
Fixed FPS, which had stopped working (since it no longer recognised the mouse.x and mouse.y component of the string).
...
This was SVN commit r2579.
2005-08-07 14:51:55 +00:00
Gee
4bf9c15ece
This was SVN commit r2535.
2005-07-24 15:55:14 +00:00
Acumen
c6ea4f36bf
Changed the file naming convention again, mainly to annoy Jason. :) (I forgot that filenames are meant to be lowercase with underscore separators.)
...
Experimented with Philip's view-config-variables-workaround.
This was SVN commit r2534.
2005-07-24 14:04:56 +00:00
Ykkrosh
fca4bab2dd
Re-enabled VBOs by default, since they're significantly faster.
...
This was SVN commit r2371.
2005-06-02 22:47:08 +00:00
Acumen
cab424ce81
Creating playlist sub-window to soon try out file access functions. (Committing in-development stuff to get an auto-build incorporating change to GUI .xml names.)
...
This was SVN commit r2214.
2005-05-02 22:04:29 +00:00
Acumen
69bf368d27
Uploading Michael's new map, and some hotkey redefinitions (F10 is used for the menu in Age games).
...
This was SVN commit r2104.
2005-03-31 22:04:44 +00:00
janwas
0b93abaa7c
config: console alternate key=f9 (not f12, because that triggers a breakpoint in VC)
...
moved write-screenshot key to f10 and disable wsdl hook => printscreen
key copies to clipboard
This was SVN commit r2029.
2005-03-20 15:45:52 +00:00
Acumen
0d6035ea68
Committing revised "game session" GUI coordinates (sorry, doesn't make much cosmetic difference, but it's an improvement on the code side). The command buttons and build lists still need to be revised (hence they're upside down -- the coordinate system has flipped), so please note that's a known problem.
...
This was SVN commit r1966.
2005-03-07 18:25:13 +00:00
janwas
16ad78abae
add sound master gain and additionally bind console to F10 for non-us keyboard layouts (where backquote is a dead key)
...
This was SVN commit r1941.
2005-02-26 21:43:52 +00:00
Acumen
c84ea97601
Implemented first draft of Terrain Editor controls. Increased size of toolbar arrows on Philip's behalf. :)
...
This was SVN commit r1723.
2005-01-15 22:49:34 +00:00
Acumen
bdc0073b16
Added product/company watermark to aid in taking official screenshots. Press W to toggle it.
...
This was SVN commit r1613.
2005-01-02 19:25:22 +00:00
Acumen
a8b7c8c0cf
A little more GUI stuff.
...
This was SVN commit r1610.
2005-01-01 19:20:42 +00:00
Ykkrosh
f4fe8c8543
Sky colour, plus skycolor config value
...
This was SVN commit r1583.
2004-12-28 11:16:05 +00:00
Acumen
24abb51b59
First crack at loading screen (though need to figure out a way to move session loading to next frame to get it to actually stay on the screen). Some preliminary work on sub-windows.
...
This was SVN commit r1489.
2004-12-12 19:34:38 +00:00
Acumen
0d270c968c
More GUI stuff, primarily to start implementing entity lists.
...
This was SVN commit r1451.
2004-12-05 03:37:01 +00:00
Acumen
bbd91a3063
Hotkey for music playback.
...
This was SVN commit r1333.
2004-11-16 00:42:47 +00:00
Acumen
34f8cbc7c2
New hotkey for end-game-session.
...
This was SVN commit r1331.
2004-11-15 21:17:26 +00:00
Acumen
c6e1e72698
F1 hotkey for manual.
...
This was SVN commit r1306.
2004-11-11 23:55:55 +00:00
MarkT
f1a8ea118e
Added some combatant entities.
...
This was SVN commit r1302.
2004-11-11 07:11:00 +00:00
Acumen
628e0e6843
Added and documented Matt's lodbias variable.
...
This was SVN commit r1255.
2004-10-17 21:24:21 +00:00
Acumen
901fa7e68a
Added GUI hotkeys for control toggling.
...
This was SVN commit r1245.
2004-10-15 22:13:36 +00:00
Ykkrosh
c359288373
Made English the default language
...
This was SVN commit r1173.
2004-09-20 18:25:26 +00:00
Ykkrosh
d373e7a559
Moved language selection into the .cfg file
...
This was SVN commit r1130.
2004-09-06 11:13:36 +00:00
Acumen
70ead76535
Hotkey for frame counter.
...
This was SVN commit r1123.
2004-09-05 18:43:40 +00:00
Acumen
1036f4cb5b
Merged content of ps_instructions.txt into system.cfg, since they both have hotkey listings.
...
This was SVN commit r1081.
2004-08-29 15:59:18 +00:00
Ykkrosh
5054cf00cd
Added font mappings
...
This was SVN commit r1072.
2004-08-27 21:00:21 +00:00
Ykkrosh
0321b0d8c1
Log interest levels
...
This was SVN commit r995.
2004-08-15 20:59:32 +00:00
MarkT
d8b5d3a78d
Directory structure shuffle.
...
This was SVN commit r886.
2004-08-02 23:14:06 +00:00
MarkT
fb9eceeda6
Added/rebound some keys
...
This was SVN commit r810.
2004-07-23 10:58:51 +00:00
MarkT
be524141be
Much longer config file
...
This was SVN commit r806.
2004-07-22 16:20:43 +00:00
MarkT
1550577c94
Changed a couple of keynames for consistency.
...
This was SVN commit r800.
2004-07-21 19:49:03 +00:00
MarkT
8f087bc1a5
Added some informational text to system.cfg
...
This was SVN commit r798.
2004-07-21 17:02:10 +00:00
MarkT
427fa15d70
Added hotkey configuration strings to config file
...
This was SVN commit r794.
2004-07-21 16:33:34 +00:00