Zeno Rogue
d65c41db12
racing::add_debug
2019-04-29 17:19:06 +02:00
Zeno Rogue
2bc66342dd
newlands:: implemented new Orbs: Gravity, Intensity, Choice
2019-04-29 17:19:06 +02:00
Zeno Rogue
9d82cea995
westwall:: Yendor Quest in the West Wall
2019-04-29 17:19:06 +02:00
Zeno Rogue
6d392ce07e
westwall:: initial commit
2019-04-29 17:19:06 +02:00
Zeno Rogue
724d3516fa
variant:: first version
2019-04-29 17:19:05 +02:00
Zeno Rogue
4432b30b2a
CAP_BONUS set to 1
2019-04-29 17:19:05 +02:00
Zeno Rogue
490ee83f3a
racing:: with CAP_RACING off, no warning on unused variable racing::on
2019-04-29 17:19:05 +02:00
Zeno Rogue
8225593756
racing:: not available in bounded words (disabled in menu, changing geometry disables racing
2019-04-29 17:19:05 +02:00
Zeno Rogue
9f3eaf7011
racing:: player_relative enforced in quotient geometries
2019-04-29 17:19:05 +02:00
Zeno Rogue
7291b0d7be
racing:: do not show X if invalid point
2019-04-29 17:19:05 +02:00
Zeno Rogue
4a308792a1
racing:: build_shortest_path used
2019-04-29 17:19:05 +02:00
Zeno Rogue
114d5d44d9
racing:: icewalls are no longer considered passable
2019-04-29 17:19:05 +02:00
Zeno Rogue
f0be09407e
racing:: works with crystal
2019-04-29 17:19:05 +02:00
Zeno Rogue
0a8b0c44d4
racing:: TWIDTH is now set depending on geometry
2019-04-29 17:19:05 +02:00
Zeno Rogue
a6ffdc8676
racing:: failure now uses gamegen_failure flag -- no more game starting multiple times
2019-04-29 17:19:05 +02:00
Zeno Rogue
04f26cdf1d
racing:: failure now uses gamegen_failure flag -- no more game starting multiple times
2019-04-29 17:19:05 +02:00
Zeno Rogue
cd01e6bbf1
racing:: made the current version compile without CAP_RACING
2019-04-29 17:19:05 +02:00
Zeno Rogue
28edeea169
racing:: reset footphase for ghosts who have reached the target
2019-04-29 17:19:05 +02:00
Zeno Rogue
6a9eaa91bd
racing:: compressing the files
2019-04-29 17:19:05 +02:00
Zeno Rogue
c703fd50eb
racing:: fixed not selecting track_code and specialland
2019-04-29 17:19:05 +02:00
Zeno Rogue
201f3fb11d
racing:: smaller spread of racer generation
2019-04-29 17:19:05 +02:00
Zeno Rogue
b840574351
racing:: you can no more start moving by pressing GO before the time starts
2019-04-29 17:19:05 +02:00
Zeno Rogue
1810a89daa
racing:: reordered the tracks from easiest to hardest
2019-04-29 17:19:05 +02:00
Zeno Rogue
82318e938f
racing:: more space on the start line
2019-04-29 17:19:05 +02:00
Zeno Rogue
867efa3196
racing:: disabled heat processing
2019-04-29 17:19:05 +02:00
Zeno Rogue
29c0b899dc
racing:: track selection; can be now set as a special game mode
2019-04-29 17:19:05 +02:00
Zeno Rogue
6dd14a310f
racing:: track code can be changed
2019-04-29 17:19:05 +02:00
Zeno Rogue
8672b121b9
racing:: save ghost files
2019-04-29 17:19:05 +02:00
Zeno Rogue
c67d7e06c6
racing:: remembering ghost, track selection (with times), completion percentage shown
2019-04-29 17:19:05 +02:00
Zeno Rogue
27011f1cf0
racing:: measuring times
2019-04-29 17:19:05 +02:00
Zeno Rogue
bf23d42e4c
racing:: more arrangements
2019-04-29 17:19:05 +02:00
Zeno Rogue
410c05554c
racing:: fixed some lands for racing
2019-04-29 17:19:05 +02:00
Zeno Rogue
a14255158a
racing:: no ghosts while racing
2019-04-29 17:19:05 +02:00
Zeno Rogue
8408dd63d3
racing:: hotkey configuration
2019-04-29 17:19:05 +02:00
Zeno Rogue
65f07aa30a
racing:: efficient braking, stop when hit wall
2019-04-29 17:19:05 +02:00
Zeno Rogue
10b664097f
racing:: check connectivity
2019-04-29 17:19:05 +02:00
Zeno Rogue
d5ce7dc30b
racing:: improved Euclidean track generation
2019-04-29 17:19:05 +02:00
Zeno Rogue
f6226665d0
racing:: subscreens used with multiple players
2019-04-29 17:19:05 +02:00
Zeno Rogue
16a5e45c0a
racing:: first commit
2019-04-29 17:19:05 +02:00
Zeno Rogue
74ad8ea135
brownian:: more serious work
2019-04-29 17:19:05 +02:00
?
0a886f6a67
updated hyperrogue-music.txt
2019-04-19 22:28:34 +02:00
Zeno Rogue
016aa76f45
Merge pull request #76 from Quuxplusone/steam
...
Make hyper_function work on GCC 4.6 so we don't need USE_STDFUNCTION anymore
2019-04-05 03:18:40 +02:00
Zeno Rogue
7b37d8c780
Merge pull request #75 from Quuxplusone/rm-old-files
...
git rm some ancient files. NFC.
2019-04-05 03:18:16 +02:00
Arthur O'Dwyer
f5b84bade9
git rm some ancient files. NFC.
2019-04-03 16:26:22 -04:00
Arthur O'Dwyer
ac37e5c000
Get hyper_function.h compiling on GCC 4.6.
...
We must avoid the following features:
- the `using` syntax for typedefs
- alias templates (so, rename `hyper_function` to `function`)
- the `override` keyword
- defaulted virtual destructors
2019-02-10 15:54:58 -05:00
Arthur O'Dwyer
5efd1f5662
Fix a compiler warning from GCC 4.6.4.
...
The variable name in this warning is "pre-phi-tmp", as in, some
compiler internals spilling into userspace. But I think it's probably
referring to `bestV`, and indeed, this initialization silences the
warning.
geometry2.cpp: In function ‘void hr::virtualRebaseSimple(hr::heptagon*&, hr::transmatrix&)’:
geometry2.cpp:366:7: error: ‘prephitmp.91209’ may be used uninitialized in this function [-Werror=uninitialized]
2019-02-10 15:51:27 -05:00
Arthur O'Dwyer
5e8d03e90d
Add GCC 4.6 to the TravisCI build.
...
With `-march=native`, we see assembler error messages like those described
in https://github.com/uzh-rpg/rpg_svo/issues/7 .
2019-02-10 14:51:21 -05:00
Zeno Rogue
6e94dbf674
added ignore to fscanf
2019-02-10 14:58:41 +01:00
Zeno Rogue
79bb11413c
rogueviz:: added cvl
2019-02-10 10:43:51 +01:00
Zeno Rogue
bcbacf5b68
fixed minemark help
2019-02-09 21:02:43 +01:00