Zeno Rogue
e71ddf1140
rogueviz::som:: string cannot be constexpr
2024-04-28 01:46:13 +02:00
Zeno Rogue
eb1488b24f
rogueviz:: updated reverb to compile
2024-02-21 10:24:46 +01:00
Zeno Rogue
18247ec98f
rogueviz:: made gobot compile without video
2023-12-27 16:32:36 +01:00
Zeno Rogue
eb4b7177f3
rogueviz:: extra projection
2023-12-27 16:28:08 +01:00
Zeno Rogue
2f1bb092b8
rogueviz:: list of portal scenes in portal collection
2023-12-27 16:25:33 +01:00
Zeno Rogue
44265f6d61
gobot:: sphere
2023-10-28 09:51:27 +02:00
Arthur O'Dwyer
62629f3e70
Change static const
to static constexpr
wherever possible
...
Since we require C++11, most of these consts can be constexpr.
Two `static const ld` remain non-compile-time-evaluable because
they depend on the runtime `log` function. One `static const cld`
remains non-compile-time because `std::complex<T>` doesn't become
constexpr until C++14.
2023-08-23 09:47:28 -08:00
Zeno Rogue
529e27ea2f
gobot:: Discord bot token set via env variable
2023-08-22 20:20:46 +02:00
Zeno Rogue
c89d98e832
rogueviz::som::adjusted to the new dialog system
2023-08-22 20:12:34 +02:00
Zeno Rogue
089db20356
play this track / quit Nil Rider in Nil Rider selection
2023-08-22 20:11:46 +02:00
Zeno Rogue
572866b67a
rogueviz:: rv_keep
2023-08-22 20:06:52 +02:00
Zeno Rogue
b2668e4cf5
gobot:: disk-gp and bring-gp
2023-08-22 20:06:38 +02:00
Zeno Rogue
01ede9681e
gobot:: lighter owner marks
2023-08-22 20:06:28 +02:00
Zeno Rogue
bb22d363c8
improved dhrg::logistic
2023-08-22 20:03:17 +02:00
Arthur O'Dwyer
10d0ed8900
Eliminate calls to sprintf
...
Apple Xcode has started giving `-Wdeprecated-declarations` warnings
for `sprintf`, and suggesting that people migrate to `snprintf` instead.
This is silly, but the warnings are spam and need to be silenced
somehow. Migrating to `snprintf` and/or `hr::format` is the path of
least resistance.
2023-08-21 10:18:44 -07:00
Arthur O'Dwyer
ced3bbcad4
Qualify calls to format
...
C++20 introduces `std::format` and we `using namespace std`,
so some of these would be ambiguous in C++20.
2023-08-21 10:18:44 -07:00
Zeno Rogue
97be7618e6
gobot:: scores on screenshot
2023-08-14 21:17:06 +02:00
Zeno Rogue
246034f4cb
gobot:: csc command
2023-08-14 20:36:09 +02:00
Zeno Rogue
260c30c218
gobot:: last move marker
2023-08-14 20:35:58 +02:00
Zeno Rogue
394f8052b4
oauto now takes shot
2023-08-14 20:24:05 +02:00
Zeno Rogue
44e9c3e317
gobot:: clear uninitialized indices on init_go_board
2023-08-14 20:23:54 +02:00
Zeno Rogue
000726f450
gobot:: call init_go_board not init_go
2023-08-14 20:15:42 +02:00
Zeno Rogue
535d86a1c8
gobot:: fix uninitialized variable
2023-08-14 20:15:31 +02:00
Zeno Rogue
a70940b3ee
gobot:: clear the board in init_go_board
2023-08-14 20:15:18 +02:00
Zeno Rogue
590d8021c6
rogueviz:: use_brm only for closed_manifold, not bounded
2023-08-14 20:14:17 +02:00
Zeno Rogue
07857e612a
rogueviz adjusted to the changes
2023-08-14 20:13:52 +02:00
Zeno Rogue
c896b3ecd6
bringris:: more solid lps
2023-08-08 12:12:19 +02:00
Zeno Rogue
debdcae057
bringris:: fix quit
2023-08-08 12:06:25 +02:00
Zeno Rogue
22947c7fd1
ads:: do not load earth textures if already loaded
2023-08-08 12:05:33 +02:00
Zeno Rogue
522436ba96
ads:: more solid lps use
2023-08-08 12:05:18 +02:00
Zeno Rogue
c42a06772b
adjusted nilrider and bringris to improved lps
2023-08-08 11:50:55 +02:00
Zeno Rogue
07aa843f18
nilrider:: fixup to default settings
2023-08-07 17:59:50 +02:00
Zeno Rogue
b31ceaf3df
nilrider:: adjust to collection
2023-08-07 17:16:44 +02:00
Zeno Rogue
108f4fb437
bringris:: adjust to collection
2023-08-07 17:16:17 +02:00
Zeno Rogue
38baf6605a
ads:: use lps
2023-08-07 17:15:50 +02:00
Zeno Rogue
bcc86e7b30
nilrider:: using the lps system
2023-08-06 22:17:20 +02:00
Zeno Rogue
56be838b40
gobot:: -go-video command
2023-08-06 12:04:30 +02:00
Zeno Rogue
32911e2b67
gobot:: improved save/load
2023-08-06 12:04:18 +02:00
Zeno Rogue
4b61d63ef5
gobot:: import/export feature
2023-08-06 11:58:16 +02:00
Zeno Rogue
a830fa73b3
gobot:: ko rule checking
2023-08-06 11:58:06 +02:00
Zeno Rogue
0167e284cc
gobot:: better own information
2023-08-06 11:57:48 +02:00
Zeno Rogue
9a9ecd3c8c
gobot: change geometry
2023-08-06 11:57:06 +02:00
Zeno Rogue
286f98fb49
gobot: upgraded from aegis to dpp
2023-08-06 11:53:44 +02:00
Zeno Rogue
2c0afce4ca
gobot: CAP_THREAD not CAP_THREADS
2023-08-06 11:52:09 +02:00
Zeno Rogue
dfb3626568
used separate keyconfigs in bringris, nilrider and ads
2023-08-06 11:51:43 +02:00
Zeno Rogue
f972170869
fixed hat-animations for spectre
2023-06-10 11:06:13 +02:00
Zeno Rogue
e218b0b19f
pipes for anisotropic geometries
2023-06-10 11:05:57 +02:00
Zeno Rogue
d179976281
rogueviz:: embedded-chess:: added CAP_VIDEO guards
2023-05-19 01:35:05 +02:00
Zeno Rogue
bde2025ce3
rogueviz:: embedded-chess:: fixed default hmul
2023-05-19 01:35:05 +02:00
Zeno Rogue
a5e327f67f
rogueviz:: embedded-chess:: disable reversal, it is general now
2023-05-19 01:09:21 +02:00
Zeno Rogue
d1d06b9941
rogueviz:: embedded-chess improvements
2023-05-19 01:07:48 +02:00
Zeno Rogue
02d1fbd1e7
made embedded-chess more accessible
2023-05-18 14:18:46 +02:00
Zeno Rogue
d9f01c67d1
added the 3D models for embedded-chess
2023-05-15 02:50:41 +02:00
Zeno Rogue
4bcd23af08
rogueviz:: embedded-chess added
2023-05-15 02:50:41 +02:00
Zeno Rogue
71d49b7198
rogueviz:: rename nodes via color file
2023-05-15 02:50:41 +02:00
Zeno Rogue
1f834d3def
popScreenAll in presentation -slide command
2023-05-15 02:50:41 +02:00
Zeno Rogue
9932a034fc
improvements to objmodels: better debugging, better performance on geometry change
2023-05-15 02:50:41 +02:00
Zeno Rogue
c95395f574
rogueviz::smoothcam:: export some functions
2023-05-15 02:50:41 +02:00
Zeno Rogue
a0aeb6f792
rogueviz::smoothcam:: fixes for some geometries
2023-05-15 02:50:41 +02:00
Zeno Rogue
37fa49aab8
rogueviz::smoothcam:: fixed the angle unit to be degrees indeed
2023-05-15 02:50:41 +02:00
Zeno Rogue
17fc76c0eb
rogueviz::smoothcam:: should now work with mirroring
2023-05-15 02:50:41 +02:00
Zeno Rogue
d5064db846
rogueviz::smoothcam:: spinEdge_full called if needed
2023-05-15 02:50:41 +02:00
Zeno Rogue
542ce23b76
smoothcam:: smoothcam_param added
2023-05-15 02:50:41 +02:00
Zeno Rogue
97c24d7dfe
smoothcam:: export functions for append, save and load animation
2023-05-15 02:50:41 +02:00
Zeno Rogue
58a1b085c7
smoothcam:: moved to namespace rogueviz
2023-05-15 02:50:41 +02:00
Zeno Rogue
d4e71b78c6
rogueviz:: use CAP_PORTALS
2023-04-15 01:30:05 +02:00
Zeno Rogue
0410f54d43
rogueviz:: added some guards
2023-04-15 01:30:05 +02:00
Zeno Rogue
3e81697164
rv:: snow:: snow_not_player parameter
2023-04-11 16:50:07 +02:00
Zeno Rogue
0b6be1caff
rv:: smoothcam:: works in isotropic again
2023-04-11 16:49:54 +02:00
Zeno Rogue
d5e7f22073
rv:: added some guards
2023-04-11 16:48:57 +02:00
Zeno Rogue
e93187a81f
rv:: intra-demos improvements
2023-04-11 16:47:58 +02:00
Zeno Rogue
2576918b8a
added missing override
2023-04-11 16:43:34 +02:00
Zeno Rogue
5a33967711
missing push of rogueviz.h
2023-04-01 22:56:33 +02:00
Zeno Rogue
f0b52b7034
hat skeleton animation
2023-03-30 11:26:36 +02:00
Zeno Rogue
e3a4ca5aa7
hat:: animations:: changed the hat-atoms-colored line
2023-03-28 14:50:31 +02:00
Zeno Rogue
86838ac307
hat:: hat-animations:: shift parameter
2023-03-28 14:36:38 +02:00
Zeno Rogue
610338329b
added the source code of hat animations
2023-03-28 13:32:53 +02:00
Zeno Rogue
4bface6860
removed name nullptr too
2023-03-16 23:18:16 +01:00
Zeno Rogue
5986f02025
rogueviz:: adjusted extra-projections to changes
2023-03-16 23:13:55 +01:00
Zeno Rogue
2370084b11
two extra projections in RogueViz
2023-03-16 15:18:02 +01:00
Zeno Rogue
53483005cf
fixed ads compilation line
2023-02-18 12:42:01 +01:00
Zeno Rogue
9bda1ecbf3
rogueviz::smoothcam:: -smoothcam-anim-on
2023-02-15 14:57:57 +01:00
Zeno Rogue
9853de5775
rogueviz:: sag:: -sagfull and dofullsa now accept times as float
2023-02-15 14:57:57 +01:00
Zeno Rogue
c53972c4b0
rogueviz:: objmodels:: OO design of the model class
2023-02-15 14:57:57 +01:00
Zeno Rogue
03336ecae0
rogueviz:: smoothcam:: debug removed, set last_segment on swapdim hook to recompute
2023-02-15 14:57:57 +01:00
Zeno Rogue
5bdae71879
rogueviz/smoothcam: used swapmatrix_iview and swapmatrix_view
2023-02-10 19:05:47 +01:00
Zeno Rogue
c7de7df6fe
rogueviz/smoothcam:: better smoothcam for embedded_plane
2023-02-10 15:37:10 +01:00
Zeno Rogue
d0f6a94418
rogueviz/smoothcam:: kz in interpolate
2023-02-10 15:36:11 +01:00
Zeno Rogue
903c654c44
fixup correct order and detailed comment
2023-02-10 15:13:16 +01:00
Zeno Rogue
597d95ccc2
rogueviz/smoothcam:: interpolate factored out
2023-02-10 15:02:25 +01:00
Zeno Rogue
3811eebc8f
rogueviz:: darken_a fixed
2023-02-04 09:21:16 +01:00
Zeno Rogue
6be7951187
ads:: demo feature (not enablable)
2023-02-03 15:28:48 +01:00
Zeno Rogue
9c04b39ed3
ads:: reverse replay feature
2023-02-03 15:28:37 +01:00
Locria Cyber
5e8839f3a9
Fix bugs and C++ compilance
...
- use 'noexcept' for constexpr
- allocate dynamic array
- enable CAP_TEXTURE on CAP_ROGUEVIZ
2023-02-01 13:00:30 +00:00
Locria Cyber
99e3b25560
Use printf %lld, not %Ld
...
comply with ISO C++
2023-02-01 12:53:09 +00:00
Zeno Rogue
637feb315a
rogueviz::ads:: screenshot option
2023-01-31 16:40:29 +01:00
Zeno Rogue
8e17338585
rogueviz/ads:: adjusted to changes
2023-01-31 16:40:09 +01:00
Zeno Rogue
ad93a6db0b
triangles in Nil Rider are now rotating
2023-01-30 01:25:40 +01:00
Zeno Rogue
98690c225c
new Nil model used in Nil Rider
2023-01-30 01:20:12 +01:00
Zeno Rogue
439850f74c
fixup to simple_impossible
2023-01-30 01:02:02 +01:00
Zeno Rogue
c21d5373e5
simple-impossible now works with the new model, and also rotates
2023-01-30 00:46:55 +01:00
Zeno Rogue
c468c90463
rogueviz/simple-impossible.cpp
2023-01-30 00:46:18 +01:00
Zeno Rogue
80c0b4bb0c
rogueviz:: adjusted flocking to interface changes
2023-01-29 17:03:53 +01:00
Zeno Rogue
146c075210
removed functions which were moved elsewhere
2023-01-23 22:14:59 +01:00
Zeno Rogue
8a5e768b51
rogueviz::dhrg::loglik:: max steps
2023-01-08 16:03:20 +01:00
Zeno Rogue
4ff8f4b68a
rogueviz::sag:: added CAP_SDL guards
2023-01-08 16:02:32 +01:00
Zeno Rogue
b6c257a264
rogueviz:: newconf:: apple default shape
2023-01-08 16:02:02 +01:00
Zeno Rogue
a7f95cfe3d
SAG shuift_object is now geodesic
2023-01-08 16:00:42 +01:00
Zeno Rogue
a55ed32fa1
adjusted bringris to use mproduct and mhybrid
2023-01-03 20:51:29 +01:00
Zeno Rogue
080e853364
adjusted RogueViz to name changes
2022-12-18 14:06:38 +01:00
Zeno Rogue
5477b0e863
rogueviz:: fixed some hotkey bugs in smoothcam
2022-12-11 21:14:06 +01:00
Zeno Rogue
0dd29dd7cf
adjusted RogueViz to use the new 3D functions
2022-12-11 21:12:51 +01:00
Zeno Rogue
301dad5d7b
sag:: sagsmooth option
2022-11-13 16:22:55 +01:00
Zeno Rogue
828c185520
rogueviz:: edit weight gamma via UI
2022-11-13 16:22:55 +01:00
Zeno Rogue
84344e7d5d
sag:: fixup to sag_edge
2022-11-13 16:22:55 +01:00
Zeno Rogue
6450f7c8a6
sag:: set RV_INVERSE_WEIGHT flag
2022-11-13 16:22:55 +01:00
Zeno Rogue
97fb10b6f0
sag:: vizsa_len now has a default value which does not invoke division-by-zero bugs
2022-11-13 16:22:55 +01:00
Zeno Rogue
0faf07741c
rogueviz:: configure_edge_display can now edit visible_from_hi
2022-11-13 16:22:55 +01:00
Zeno Rogue
67b70ea7fd
rogueviz:: an option to show edge weights as labels
2022-11-13 16:22:55 +01:00
Zeno Rogue
b7aae63b90
rogueviz:: remove visible_from_help, it just displays a list
2022-11-13 16:22:55 +01:00
Zeno Rogue
06523e063e
used cyclefix and raddif in more places; (c)spin90, (c)spin180 and spin180 functions; rephrased M_PI in terms of TAU and x._deg when applicable
2022-11-13 16:22:55 +01:00
Zeno Rogue
612356db7f
added missing leastsquare
2022-11-11 14:56:59 +01:00
Zeno Rogue
16d142711a
fixed #define T spilling
2022-11-04 23:57:51 +01:00
Zeno Rogue
1cbaf36698
added guards to dhrg.h
2022-11-04 23:53:13 +01:00
Zeno Rogue
a71207800b
rogueviz::sag::display match A/B parameters
2022-10-27 16:06:39 +02:00
Zeno Rogue
3506ccac13
rogueviz::sag:: loglik_repeat works better now
2022-10-27 16:06:39 +02:00
Zeno Rogue
5cdbca3b21
optimize_sag_loglik for match
2022-10-27 16:06:39 +02:00
Zeno Rogue
e011f86671
sag:: an option to generate fake data, mainly for smMatch
2022-10-27 16:06:39 +02:00
Zeno Rogue
5a19fffd8f
rogueviz::sag:: smMatch method
2022-10-27 16:06:39 +02:00
Zeno Rogue
bb5fa51965
rogueviz::sag:: prepared for further methods
2022-10-27 16:06:39 +02:00
Zeno Rogue
d828ff0e7e
output_stats may include numiter and temperatures
2022-10-27 16:06:39 +02:00
Zeno Rogue
fa7145586f
fixup to long long
2022-10-27 16:06:39 +02:00
Zeno Rogue
a1695a82d0
rogueviz::sag:: automatically set RT to average values
2022-10-27 16:06:39 +02:00
Zeno Rogue
c8a1c8b5d7
rogueviz::sag;: geometry stats
2022-10-27 16:06:39 +02:00
Zeno Rogue
4c30e6051f
rogueviz::sag:: Dijkstra edges, save/load distances from file
2022-10-27 16:06:39 +02:00
Zeno Rogue
15d97a8cd1
rogueviz::sag:: angular distances
2022-10-27 16:06:39 +02:00
Zeno Rogue
d39623fdd5
rogueviz::sag:: ll fixup
2022-10-27 16:06:39 +02:00
Zeno Rogue
7ad4668623
rogueviz::sag:: numiter is now long long
2022-10-27 16:06:39 +02:00
Zeno Rogue
e7bebaa79c
rogueviz::sag:: conserve memory for sagdist
2022-10-27 16:06:39 +02:00
Zeno Rogue
bcadbdbcab
rogueviz:: vertex search improvements
2022-10-27 16:06:39 +02:00
Zeno Rogue
40ca8b8553
rogueviz:: list used in smoothcam
2022-10-27 16:06:39 +02:00
Zeno Rogue
bf86077ebf
rogueviz:: list used in rogueviz vertex search
2022-10-27 16:06:39 +02:00
Zeno Rogue
49564b2e0e
should no longer freeze when maxv/unit or maxv/tank is negative or too large
2022-10-16 09:48:57 +02:00
Zeno Rogue
3c867a7ff0
ads-game:: joystick control
2022-10-16 09:46:04 +02:00
Zeno Rogue
0c38c4ad68
ads-game:: improvements to dS
2022-10-16 09:37:21 +02:00
Zeno Rogue
122ea6dfb4
informed about hidden dependencies in rogueviz/ads/
2022-10-15 22:58:46 +02:00
Zeno Rogue
e74f2e3c78
ads-game:: improvements to CLI switches
2022-10-15 22:56:42 +02:00
Zeno Rogue
10856a6694
ads-game:: fixes to ghosts
2022-10-15 22:56:27 +02:00
Zeno Rogue
55d4f93873
no copyright line shown if texture not shown due to wrong mode
2022-10-15 22:56:10 +02:00
Zeno Rogue
4e7b95e346
ads-game:: new view modes are now available in the menu
2022-10-15 22:55:33 +02:00
Zeno Rogue
971ce2aade
ads-game:: more default settings set in set_config
2022-10-15 22:53:13 +02:00
Zeno Rogue
e129ce08c6
ads-game:: print for cross_result
2022-10-15 21:38:36 +02:00
Zeno Rogue
6e1c32787a
ads-game:: AdS cross0_cone now takes auto_rotate into account
2022-10-15 21:37:26 +02:00
Zeno Rogue
38fddfa43f
ads-game:: past/future cone view
2022-10-15 17:56:15 +02:00
Zeno Rogue
1ace6d4fff
ads-game:: switch_replay only while in pause
2022-10-15 14:26:55 +02:00
Zeno Rogue
1d41b80b2a
ads-game:: no more crash when trying to restart while in spacetime
2022-10-15 14:26:42 +02:00
Zeno Rogue
c6dad6ee99
ads-game:: spacetime functions renamed
2022-10-15 14:26:12 +02:00
Zeno Rogue
17e2a56320
ads-game:: better organized spacetime display
2022-10-15 14:25:31 +02:00
Zeno Rogue
5423eebc2d
ads-game:: cleanup nomap
2022-10-15 14:24:56 +02:00
Zeno Rogue
0ddc6c722f
ads-game:: duality modes for AdS
2022-10-15 14:23:53 +02:00
Zeno Rogue
9121eb7d72
ads-game:: refactored switch_pause
2022-10-15 14:22:09 +02:00
Zeno Rogue
a5a7e8a5fa
deSitter projections shown in menu
2022-10-14 01:11:29 +02:00
Zeno Rogue
1cde76c880
fixup to views : filename
2022-10-14 01:09:33 +02:00
Zeno Rogue
970c2acc96
ads-game:: no longer crashes if underlying is not-gNormal hyperbolic
2022-10-14 01:02:36 +02:00
Zeno Rogue
45141a9df0
ads-game:: underlying/spacetime views
2022-10-14 01:01:50 +02:00
Zeno Rogue
9184532036
ads-game:: replay mode
2022-10-09 13:15:57 +02:00
Zeno Rogue
757660edd0
bringris:: musicvolume editable only if music available
2022-10-08 02:02:55 +02:00
Zeno Rogue
d8da9639d0
tes:: split get_adj into two functions, one with connection specified (inlcuding mirror), and one not
2022-10-08 01:53:02 +02:00
Zeno Rogue
b76ab8ebdd
rogueviz:: smoothcam:: snapping, side view
2022-10-06 19:40:22 +02:00
Zeno Rogue
6514c8758e
that was not a correct fix
2022-09-29 15:25:41 +02:00
Zeno Rogue
5a6444b45a
yet another fixup for SCU
2022-09-29 15:23:25 +02:00
Zeno Rogue
0fb4033868
ads-game:: added CAP_VIDEO guard, and made SCU compile work
2022-09-29 15:13:59 +02:00
Zeno Rogue
31318862cb
rogueviz:: added CAP_THREAD guard
2022-09-29 15:13:30 +02:00
Zeno Rogue
628f19a0a0
ads-game:: recenter cheat
2022-09-29 15:05:57 +02:00
Zeno Rogue
c4a4b21296
ads-game:: better protection from invalid in ds
2022-09-29 15:04:54 +02:00
Zeno Rogue
171b198cd8
ads-game:: debug removed
2022-09-29 14:27:40 +02:00
Zeno Rogue
9c7f23e16e
ads-game:: fixed ds_max_ and ds_tank_ config variables
2022-09-29 14:27:25 +02:00
Zeno Rogue
3518c9abf3
ads-game:: -ds-recenter feature
2022-09-29 14:27:06 +02:00
Zeno Rogue
6fa7cdaf0a
ads-game:: fixed the precision issues casuing weird display in dS
2022-09-29 14:26:53 +02:00
Zeno Rogue
f161f9bf0a
ads-game:: fixed convergent/divergent spirals
2022-09-29 14:25:18 +02:00
Zeno Rogue
80c02c7e38
ads-game:: fixed history view
2022-09-29 14:24:57 +02:00
Zeno Rogue
25997dc6c1
ads-games:: fixes to ds-record
2022-09-29 13:09:21 +02:00
Zeno Rogue
1391a0e47f
ads-game:: display resources in corner for now
2022-09-29 12:12:26 +02:00
Zeno Rogue
553bd8f466
ads-game:: do not crash if list missing
2022-09-29 12:12:11 +02:00
Zeno Rogue
01c7ff5bc6
ads-game:: past fixup
2022-09-29 12:12:02 +02:00
Zeno Rogue
cc1d2c1b48
ads-game:: footer/copyright shown
2022-09-29 12:11:50 +02:00
Zeno Rogue
3808d93a11
ads-game:: don't display proper time of history ships even though view_proper_times is off
2022-09-29 11:40:21 +02:00
Zeno Rogue
293c271c7f
past cones are displayed too, not only future cones
2022-09-29 11:38:54 +02:00
Zeno Rogue
b26ce4a067
ads-game:: missile rapidity editable, and also no longer changes when scale changes
2022-09-29 11:22:19 +02:00
Zeno Rogue
b8eeec248e
ads-game:: fixed some names to Relative Hell
2022-09-29 11:14:27 +02:00
Zeno Rogue
84022c1ab4
ads-game:: restart fixup
2022-09-29 11:14:14 +02:00
Zeno Rogue
6549637f8d
ads-game:: fixed ads crash ship
2022-09-29 11:13:35 +02:00
Zeno Rogue
b34fbba7b4
ads-game:: do not generate rocks when shooting, so that it is faster
2022-09-29 11:13:24 +02:00
Zeno Rogue
85816ca0bb
ads-game:: in ds, all objects have no black boundary to make them easier to recognize
2022-09-29 11:12:49 +02:00
Zeno Rogue
864f6d7899
ads-game:: speeds and acceleration are now given in absolute units (no dep on animperiod)
2022-09-29 11:12:24 +02:00
Zeno Rogue
b0ae2774a1
ads-game:: 'pick the game' screen, also dS restarts correctly
2022-09-29 11:10:16 +02:00
Zeno Rogue
ef7050aed2
ads-game:: correct sphere flipping
2022-09-29 01:39:57 +02:00
Zeno Rogue
49ce0c1551
ads-game:: better ship shape handling
2022-09-29 01:39:16 +02:00
Zeno Rogue
bcd6d772f6
ads-game:: fix texture glitches
2022-09-29 01:13:43 +02:00
Zeno Rogue
0c6d83b702
ads-game:: don't display ship history unless paused
2022-09-29 01:12:46 +02:00
Zeno Rogue
7f8a2f7a49
ads-game:: reduced default texture quality
2022-09-29 01:12:32 +02:00
Zeno Rogue
a401a7ed67
ads-game:: sounds
2022-09-29 01:12:08 +02:00
Zeno Rogue
a84a9c94dd
settings for dS (also are now separate from adS)
2022-09-28 22:10:09 +02:00
Zeno Rogue
a775a74bb2
fixed missiles/particles being invisible due to incorrect clockwiseness of shape
2022-09-28 21:28:47 +02:00
Zeno Rogue
a3b85103b6
ads-game:: in dS, faster resources, and spin them correctly
2022-09-28 21:27:06 +02:00
Zeno Rogue
0367d9553d
ads-game:: display score in dS
2022-09-28 21:26:43 +02:00
Zeno Rogue
a9c416ac64
ds-game:: fixed area calculcation
2022-09-28 21:06:56 +02:00
Zeno Rogue
773e73dcc2
ads-game:: priorities (and also main rock)
2022-09-28 21:06:07 +02:00
Zeno Rogue
95b205cce0
ads-game:: resources and crashes in dS
2022-09-28 20:27:11 +02:00
Zeno Rogue
ade4f9c030
ads-game:: ds-texture
2022-09-28 19:18:04 +02:00
Zeno Rogue
22a5729d35
ads-game:: dsgame patterns
2022-09-26 13:25:30 +02:00
Zeno Rogue
54e0d85ea7
ds-game:: added the main star, and fixed the precision issues (as long as close to the main star)
2022-09-26 10:53:55 +02:00
Zeno Rogue
4af232e9c1
ads:: future in AdS shown correctly (using light-like geodesics); show future for dS
2022-09-25 22:20:18 +02:00
Zeno Rogue
c49b320330
rogueviz:: presentation improvements
2022-09-24 09:14:31 +02:00
Zeno Rogue
40d3c39cf1
rogueviz:: objmodel minor fix
2022-09-24 09:13:38 +02:00
Zeno Rogue
69280c7efe
bringris:: adjust to gamescreen no parameter
2022-09-24 09:13:25 +02:00
Zeno Rogue
df6dd67fc1
nilrider:: game_keys_scroll
2022-09-24 09:13:00 +02:00
Zeno Rogue
62fed6129f
ads-game:: record a run
2022-09-20 12:36:16 +02:00
Zeno Rogue
bdbf4e2935
ads-game:: ds-game more game-y
2022-09-20 12:29:19 +02:00
Zeno Rogue
fbf0b487b1
ads-game:: added the de Sitter version
2022-09-19 23:17:27 +02:00
Zeno Rogue
720ccc649c
ads-game:: removed some junk
2022-09-19 23:17:00 +02:00
Zeno Rogue
8f086f7bb5
ads-game:: display time for shipstate
2022-09-19 23:16:41 +02:00
Zeno Rogue
f375d609c6
ads-game:: refactored read_movement
2022-09-19 23:16:16 +02:00
Zeno Rogue
987c0e6113
ads-game:: refactored set_default_keys
2022-09-19 23:15:27 +02:00
Zeno Rogue
2e99da82ba
ads-game:: fix numerical error
2022-09-19 00:12:00 +02:00
Zeno Rogue
4b74fdf7c1
ads-game:: fix spacing
2022-09-19 00:11:48 +02:00
Zeno Rogue
277b1e1fd0
ads-game:: fixed restart
2022-09-18 23:39:04 +02:00
Zeno Rogue
bbc57d9b8f
ads-game:: improved celldraw priority
2022-09-18 23:36:47 +02:00
Zeno Rogue
f46279843d
ads-game:: restart bugfix
2022-09-18 23:36:21 +02:00
Zeno Rogue
fcd54e3d62
ads-game:: const added
2022-09-18 23:36:04 +02:00
Zeno Rogue
567ef8e7e6
ads-game:: resource expiration
2022-09-18 17:29:01 +02:00
Zeno Rogue
a1a65ac612
optimize center in queue
2022-09-18 17:28:48 +02:00
Zeno Rogue
43305ea1cd
vctr is now the hyperbolic cell (similar for some variables); also invincibility on start
2022-09-18 17:02:15 +02:00
Zeno Rogue
03a3fd14a0
ads-game:: priority_queue-based rendering
2022-09-18 16:49:08 +02:00
Zeno Rogue
7a7ee1a13f
clarified that times in settings are always specified in absolute units
2022-09-18 13:46:47 +02:00
Zeno Rogue
11a059eb60
auto-change-scale functionality
2022-09-18 13:45:45 +02:00
Zeno Rogue
b7c15e0978
ads-game:: fuel particles take scale into account
2022-09-18 13:34:47 +02:00
Zeno Rogue
04c43e99e6
ads-game:: performance settings
2022-09-18 13:34:30 +02:00
Zeno Rogue
62996d0d4c
missile rapidity and particle settings
2022-09-18 13:14:46 +02:00
Zeno Rogue
707247d297
ads-game:: configurable scale
2022-09-18 13:03:14 +02:00
Zeno Rogue
00b2dc522a
better rock generation
2022-09-18 12:58:18 +02:00
Zeno Rogue
eefb91501e
ads-game:: show the (approximate) future
2022-09-18 11:24:43 +02:00
Zeno Rogue
d76b2156f2
ads-game:: further improvements to the menu
2022-09-18 10:26:16 +02:00
Zeno Rogue
29ed17410b
ads-game:: more settings
2022-09-18 10:22:25 +02:00
Zeno Rogue
6ea3cc4bcc
time_unit and pause_speed settings
2022-09-18 10:22:13 +02:00
Zeno Rogue
11b70006aa
ads-game:: easier to invoke menu
2022-09-18 10:21:29 +02:00
Zeno Rogue
8a35e6facb
ads-game:: made the game easier to (re)start, also more settings
2022-09-18 10:21:13 +02:00
Zeno Rogue
fc184640d3
no ship history after game_over
2022-09-17 17:47:31 +02:00
Zeno Rogue
9799ff1ccf
ads-game:: view history while paused
2022-09-17 17:34:54 +02:00
Zeno Rogue
37ab1b523d
ads-game:: no more fire while paused
2022-09-17 17:34:19 +02:00