Zeno Rogue
31b2bd9690
find_file to find files in HYPERPATH
2022-08-26 12:23:58 +02:00
Zeno Rogue
c07f84205b
removed some music debug
2022-08-23 21:52:36 +02:00
Zeno Rogue
df5c36c2a6
music system now supports more tracks
2022-08-14 19:25:27 +02:00
Zeno Rogue
a4d8e8314b
hooks_sync_music
2022-05-28 18:44:22 +02:00
Zeno Rogue
17c39c3ca2
missing guards in menuitem_*_volume, also no change of music volume when no music_available
2020-11-06 16:11:19 +01:00
Zeno Rogue
f900ec7443
new sound effects
2020-07-07 21:24:56 +02:00
Zeno Rogue
9be05182fe
fixup to music_out_of_focus
2020-05-15 14:54:45 +02:00
Arthur O'Dwyer
0d42168139
Make hookset<T> a pointer type, just like purehookset.
...
No more declaring `hookset<T> *hooks_foo`; now it's just
`hookset<T> hooks_foo` at global scope. This clears the way to
make `hookset<T>` into a class type if we want.
2020-04-12 10:50:18 -04:00
Zeno Rogue
9a84dfb497
adjusted mobile to the new system
2020-04-06 09:13:20 +02:00
Zeno Rogue
e564622a48
rewritten undo: part 1
2020-03-07 04:47:10 +01:00
Zeno Rogue
ef9e2236ba
viewctr is no more... major reduction of redundancy/complexity
2019-11-14 00:26:50 +01:00
Zeno Rogue
04746c9248
CLI option -mvol
2019-11-08 14:57:02 +01:00
Zeno Rogue
267c2475d8
stop disabling music in the mercury river
2019-09-27 16:47:57 +02:00
Zeno Rogue
a46f4b1d63
fixed -musicfocus without CAP_SDLAUDIO
2019-09-13 19:50:24 +02:00
Zeno Rogue
c10842cce0
CLI option -musicfocus
2019-09-13 17:45:44 +02:00
Zeno Rogue
a3d9711ec2
more adjustments to disabled CAP_*
2019-09-13 03:10:26 +02:00
Zeno Rogue
9647cbd47e
added #include hyper.h to all cpp files
2019-09-12 22:50:16 +02:00
Zeno Rogue
8b1c7bffe4
initial reformatting of comments for Doxygen
2019-09-12 22:50:13 +02:00
Zeno Rogue
65c4e6a31c
further cleanup
2019-09-12 22:50:12 +02:00
Zeno Rogue
c2d56fb9bc
autohdr.h applied in more files
2019-09-12 22:50:12 +02:00
Zeno Rogue
b3020eb06d
added missing CAP_SDLAUDIO guard
2019-09-12 22:50:09 +02:00
Zeno Rogue
06301d73fc
new memory handling
2019-09-12 22:50:05 +02:00
Zeno Rogue
df3e21b310
debug cleanup
2019-09-12 22:50:00 +02:00
Zeno Rogue
5598bf3e08
brownian:: nicer finding, and theme/balance improvements
2019-09-12 22:38:38 +02:00
Zeno Rogue
6f2deeafcc
animation menu
2018-09-10 18:12:07 +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
30cb9158cb
moved svg and PNG screenshot to a new file screenshots.cpp; moved some commandline arguments from commandline.cpp to their respective modules
2018-07-19 23:46:58 +02:00
Zeno Rogue
63869c6d33
renamed the size function to isize
2018-06-22 14:47:24 +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
4d2fc2ba76
spawn sound for Wind Crows
2018-03-25 14:05:04 +02: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
572f1f9aad
a hook for sound playing
2018-01-25 14:31:35 +01:00
Zeno Rogue
17ddb6dadb
hooks_music works again
2017-12-02 00:19:49 +01:00
Zeno Rogue
b890d07f75
Merge pull request #11 from AMDmi3/patch-2
...
Fix compilation error
2017-08-15 17:41:36 +02:00
Zeno Rogue
8cb8e2a3ec
updated to 10.0c
2017-07-23 01:33:27 +02:00
Zeno Rogue
069f7b0caf
Major refactoring, multisampling
2017-07-10 20:47:38 +02:00
Zeno Rogue
22c9217219
work in progress for 10.0
2017-07-04 15:38:33 +02:00
Dmitry Marakasov
2043db3e0b
Fix compilation error
...
You cannot perform ordered comparison on pointer and integer
2017-06-26 22:19:57 +03:00
Zeno Rogue
0d7d2cf825
added -DMUSICDESTDIR
2017-03-31 22:10:05 +02:00
Zeno Rogue
58e053f183
Updated the source files to 9.4c
2017-03-23 11:53:57 +01:00