Vankata453
|
f5535d2397
`AmbientSound` now inherits `MovingObject` in scripting
|
3 mesi fa |
Vankata453
|
19e2884f5d
Use `simplesquirrel` library for creating Squirrel API binds (#2792)
|
4 mesi fa |
mrkubax10
|
97c59b4104
Rename `Rectf::contains(const Rectf&)` to `Rectf::overlaps(const Rectf&)` to reflect what this method actually does (#2734)
|
10 mesi fa |
mrkubax10
|
6788eb0c2b
Refactor AmbientSound (#2688)
|
10 mesi fa |
Rob
|
5f5d018d65
Fix spelling and comment consistency in the source code. (#2545)
|
1 anno fa |
Tobias Markus
|
81172c355c
Implement stop_looping_sounds / play_looping_sounds in AmbientSound
|
1 anno fa |
Pheazant
|
d5a95ed363
Made the ambient sound come from the center of its collision.
|
2 anni fa |
Pheazant
|
b33e2908b9
Fixed panning of ambient sounds.
|
2 anni fa |
Ingo Ruhnke
|
995590c117
Fix double->float conversion warning
|
5 anni fa |
Ingo Ruhnke
|
55ce9cdf8f
Set default AmbientSound size to 32x32, 0x0 isn't selectable
|
5 anni fa |
Ingo Ruhnke
|
84ff9f5d99
Do not load AmbientSound sound file in Editor
|
5 anni fa |
Ingo Ruhnke
|
2ba877f296
Make p1, p2 members of Rectf private
|
6 anni fa |
Ingo Ruhnke
|
8f4e33240a
More --resave work
|
6 anni fa |
Ingo Ruhnke
|
ea0efa0332
More --resave work
|
6 anni fa |
Ingo Ruhnke
|
56ed525d0e
More --resave work
|
6 anni fa |
Ingo Ruhnke
|
72e5bf0228
Replace ObjectSettings::add_file() with music/sound/sprite/surface/...
|
6 anni fa |
Ingo Ruhnke
|
ad5bdfac25
Add ObjectSettings::add_file()
|
6 anni fa |
Ingo Ruhnke
|
0db10ae231
Make generic ObjectSettings::add<>() private
|
6 anni fa |
Ingo Ruhnke
|
54f6b8cc03
Use typesafe ObjectSettings::add_*() commands
|
6 anni fa |
Ingo Ruhnke
|
8c5bd0e738
Rename NumField to FloatField
|
6 anni fa |
Ingo Ruhnke
|
786a238d10
Fix -Wdouble-promotion errors
|
6 anni fa |
Ingo Ruhnke
|
3a265afa54
Rename ReaderMapping 'lisp' variables to 'mapping'
|
6 anni fa |
Ingo Ruhnke
|
22c31a8e6c
Add m_ prefix to ObjectOption
|
6 anni fa |
Ingo Ruhnke
|
ff0beace09
Replace `if(` with `if (`
|
6 anni fa |
Ingo Ruhnke
|
2089e79f49
Cleanup ObjectSettings
|
6 anni fa |
Ingo Ruhnke
|
284eb52f47
Make all member variables of Sector private
|
6 anni fa |
Ingo Ruhnke
|
5c7849eae5
Move collision related stuff into CollisionObject
|
6 anni fa |
Ingo Ruhnke
|
18066f9b01
Fix clang errors by removing unused private fields
|
6 anni fa |
Ingo Ruhnke
|
270ca33d84
Rename `elapsed_time` to `dt_sec`
|
6 anni fa |
Ingo Ruhnke
|
2cc47440ca
Normalize all update() declarations to update(float elapsed_time)
|
6 anni fa |