Zeno Rogue
|
8e2727882e
|
shmup:: rewritten shmup configuration in OOP style
|
2018-11-18 18:26:56 +01:00 |
|
Zeno Rogue
|
d935febf09
|
refactored some global and stereo:: variables into display_data structure
|
2018-11-18 18:26:56 +01:00 |
|
Zeno Rogue
|
c3c465f742
|
customizable colors for game objects
|
2018-11-11 11:27:29 +01:00 |
|
Zeno Rogue
|
a9535878c4
|
model orientation
|
2018-10-23 16:58:19 +02:00 |
|
Zeno Rogue
|
a95aa0a2fa
|
fixed keyboard movement in non-orientable geometries
|
2018-09-10 18:46:09 +02:00 |
|
Zeno Rogue
|
f8d2b3308b
|
web:: made sure that timetowait=0 in
|
2018-09-06 00:48:11 +02:00 |
|
Zeno Rogue
|
35353fe70e
|
faster graphics with MINIMIZE_GL_CALLS
|
2018-09-04 23:27:27 +02:00 |
|
Zeno Rogue
|
6de0f0a8aa
|
instead of nonbitrunc, gp::on and irr::on, there is one variable, variation
|
2018-08-28 17:17:34 +02:00 |
|
Zeno Rogue
|
e1c49a83fa
|
fixed displayspin in syntetic
|
2018-08-19 16:28:36 +02:00 |
|
Zeno Rogue
|
682f804576
|
major rewrite: unified the common parts of heptagon and cell via struct connection<T> and struct walker<T>
|
2018-08-18 00:46:45 +02:00 |
|
Zeno Rogue
|
9faa285814
|
New file geometry2.cpp, with moved ggmatrix, relative_matrix, virtualRebase, and new get_corner_position family. Refactored in floorpatterns, textures, and grid to use get_corner_position family.
|
2018-08-17 16:47:06 +02:00 |
|
Zeno Rogue
|
9433803b04
|
fixed a compilation error with CAP_ORIENTATION
|
2018-07-23 23:58:45 +02:00 |
|
Zeno Rogue
|
c70db33417
|
improved mobile compass
|
2018-07-23 16:17:49 +02:00 |
|
Zeno Rogue
|
e601533a37
|
improved keyboard control in orthogonal projection of the sphere
|
2018-07-23 16:17:49 +02:00 |
|
Zeno Rogue
|
6c0a052470
|
device orientation-based scrolling on mobiles
|
2018-07-23 16:17:49 +02:00 |
|
Zeno Rogue
|
b502b7025d
|
improvements to the mobile compass: can be used in modes other than MOVE (long click to switch mode to MOVE anyway); better arrow scaling
|
2018-07-22 15:54:44 +02:00 |
|
Zeno Rogue
|
329a2fa783
|
fixed the compilation without CAP_COMMANDLINE or without CAP_SVG or fakemobile
|
2018-07-22 12:50:03 +02:00 |
|
Zeno Rogue
|
59ab37d509
|
improved vectodir and calcMousedest
|
2018-07-16 20:06:09 +02:00 |
|
Zeno Rogue
|
f721c243d2
|
removed DOSHMUP
|
2018-07-09 20:38:20 +02:00 |
|
Zeno Rogue
|
9a1ec47034
|
removed a call to rogueviz::processKey
|
2018-07-09 19:00:47 +02:00 |
|
Zeno Rogue
|
770dd20613
|
shift+f2 to shift+f4 can now disable HUD, FPS, and the map
|
2018-07-09 18:10:28 +02:00 |
|
Zeno Rogue
|
63869c6d33
|
renamed the size function to isize
|
2018-06-22 14:47:24 +02:00 |
|
Zeno Rogue
|
35301f0a68
|
movement animations now work in quotient geometries
|
2018-06-17 17:51:26 +02:00 |
|
Zeno Rogue
|
4c619e60dd
|
moved all the HyperRogue stuff except RogueViz to namespace 'hr' -- useful when using hr as a library
|
2018-06-11 01:58:31 +02:00 |
|
Zeno Rogue
|
98246d3066
|
more cleanup in parameters, restartGame cleanup
|
2018-06-11 00:58:38 +02:00 |
|
Zeno Rogue
|
b28c82b26b
|
fixes to starting/stopping daily
|
2018-05-27 01:06:54 +02:00 |
|
Zeno Rogue
|
5cd3ccabb8
|
refactored handle_event out of mainloopiter
|
2018-05-26 01:10:23 +02:00 |
|
Zeno Rogue
|
98a6255ca2
|
ESC clears the viewdistance option
|
2018-05-03 13:14:43 +02:00 |
|
Zeno Rogue
|
b1382b0b34
|
pageup/down spin 2x slower to make it possible to rotate by 90 degrees
|
2018-04-21 12:15:45 +02:00 |
|
Zeno Rogue
|
90cc9e1b49
|
conformal:: resizing the window works now
|
2018-04-21 12:14:25 +02:00 |
|
Zeno Rogue
|
68423425ef
|
button position in Android LR
|
2018-03-02 13:07:35 +01:00 |
|
Zeno Rogue
|
7ab6cb3c8b
|
disabled game playing if 'renderonce' is on; in Android LR, clicking gives the menu instead of doing something else
|
2018-03-02 13:05:31 +01:00 |
|
Zeno Rogue
|
6cf800859e
|
fixed sending of cheat keys online
|
2018-02-12 16:20:47 +01:00 |
|
Zeno Rogue
|
64adb6f0ea
|
updated the header comments to 2018, also added the missing ones
|
2018-02-09 00:40:26 +01:00 |
|
Zeno Rogue
|
2a59ff7ab2
|
CAP_TOUR guards added, more exported in hyper.h, general cleanup
|
2018-02-08 22:27:12 +01:00 |
|
Zeno Rogue
|
ad172724e8
|
made it compile with RUG on emscripten (at least it should -- it does not work for me because of an emscripten bug apparently)
|
2018-02-03 14:31:17 +01:00 |
|
Zeno Rogue
|
84b7f73920
|
removed debug stereo control
|
2018-02-03 13:55:54 +01:00 |
|
Zeno Rogue
|
b3f047ea6a
|
reworked 3D vision
|
2018-02-03 13:41:49 +01:00 |
|
Zeno Rogue
|
1d5259c074
|
use checktide always when sightrange>7
|
2018-01-29 16:28:06 +01:00 |
|
Zeno Rogue
|
b7117cfa6a
|
added an empty default keyhandler just in case
|
2018-01-23 03:34:35 +01:00 |
|
Zeno Rogue
|
679b6ed53f
|
bugfix in CAP_RUG disabling
|
2018-01-20 17:56:33 +01:00 |
|
Zeno Rogue
|
dd2a99b920
|
PSEUDOKEY_RELEASE no longer exits dialogs
|
2018-01-05 14:16:48 +01:00 |
|
Zeno Rogue
|
3412a50b3d
|
line/circle tools added to the texture editor; grid color changing in texture editor
|
2018-01-04 12:25:02 +01:00 |
|
Zeno Rogue
|
154bd54607
|
fixed/extended the mouse zoom etc.
|
2017-12-30 17:00:35 +01:00 |
|
Zeno Rogue
|
11569c693d
|
big change: more configuration for the torus (and also Klein bottle)
|
2017-12-28 16:46:10 +01:00 |
|
Zeno Rogue
|
59b51e8a05
|
mouseh fix
|
2017-12-27 14:09:39 +01:00 |
|
Zeno Rogue
|
6ac1bc0707
|
faster reaction to mouse_movement in rug
|
2017-12-27 13:48:06 +01:00 |
|
Zeno Rogue
|
ae70662495
|
moving the screen center
|
2017-12-25 10:26:50 +01:00 |
|
Zeno Rogue
|
d7a4b4ca4a
|
added hooks_fixticks
|
2017-12-02 00:20:35 +01:00 |
|
Zeno Rogue
|
19f12e3068
|
HUD elements, including the compass, now drawn correctly in all pmodels
|
2017-11-13 11:08:06 +01:00 |
|