bors[bot]
1f7d544349
Merge #3010 #3014
...
3010: Use hours in score hud and record r=Learath2 a=def-
3014: Scale auto mapper text size (partially fixes #3013 ) r=Learath2 a=def-
Co-authored-by: def <dennis@felsin9.de>
2020-10-06 11:22:06 +00:00
bors[bot]
79b5852e17
Merge #3021
...
3021: only load + save auto mappers for tile layers, not physics layers r=def- a=Patiga
If I'm not mistaken, loading a map without auto mappers, then saving would've caused uninitialized values to be written to the auto mappers of physics layers.
Co-authored-by: patiga <dev@patiga.eu>
2020-10-06 07:37:26 +00:00
patiga
95fadea794
Fix style properly
2020-10-05 20:09:19 +02:00
patiga
09a9ca9699
Conform to style
2020-10-05 19:59:48 +02:00
patiga
d123d928b4
only load + save auto mappers for tile layers, not physics layers
2020-10-05 19:44:26 +02:00
Jupeyy
50b20fb1cd
Make animations more consistent with high float values
2020-10-05 02:32:50 +02:00
def
c25aede8ea
Scale auto mapper text size (partially fixes #3013 )
2020-10-04 22:39:43 +02:00
Learath2
db9a762f58
Fix multiple layer editing. Close #2981
2020-10-03 18:35:45 +02:00
patiga
fc9e1bc325
initialize physics layer pointer, layer item version
2020-10-02 17:45:28 +02:00
Learath
88c054261a
Fix multiple layer selection for groups
2020-09-29 13:31:22 +03:00
Edgar
5391ff8cc9
fix auto rules scrollbar bugs
2020-09-27 17:20:41 +02:00
bors[bot]
6bb8cda483
Merge #2926
...
2926: clang-format entire repo r=heinrich5991 a=def-
Co-authored-by: def <dennis@felsin9.de>
Co-authored-by: heinrich5991 <heinrich5991@gmail.com>
2020-09-26 22:10:58 +00:00
def
3be8a592e5
Run clang-format
...
Purely automatic change. In case of conflict with this change, apply the
other change and rerun the formatting to restore it:
$ python scripts/fix_style.py
2020-09-26 21:50:15 +02:00
Jupeyy
c69c765507
Only auto dilate for transparent images
2020-09-26 18:57:19 +02:00
bors[bot]
7000987ff5
Merge #2884
...
2884: Add scrollbar to auto rules list, fixes #2514 r=def- a=edg-l
![image](https://user-images.githubusercontent.com/15859336/93710826-afde7e80-fb49-11ea-9754-c44c79d5ff94.png )
It doesn't show a scrollbar when there aren't more than 5 rules.
Co-authored-by: Edgar <git@edgarluque.com>
2020-09-24 17:01:19 +00:00
Edgar
fb3b40917a
fix style script
2020-09-24 18:53:11 +02:00
Edgar
76f3dbfe64
fix scrolling triggering zoom
2020-09-24 18:52:31 +02:00
Edgar
af29d8da99
remove unnecessary condition
2020-09-24 18:09:35 +02:00
Jupeyy
84cad658d6
Add new renderer(as streamed vertices) for editor
2020-09-23 16:45:32 +02:00
bors[bot]
4875b0993a
Merge #2907
...
2907: properly set sound envelope offsets for sound sources r=def- a=Patiga
before, `m_SoundEnvOffset` was always set to the same value as `m_PosEnvOffset`, due to wrong behavior in the ui.
Co-authored-by: patiga <patigatus21@gmail.com>
2020-09-22 14:17:21 +00:00
patiga
b437526925
run fix_style script
2020-09-22 15:42:20 +02:00
bors[bot]
06b519398b
Merge #2906
...
2906: Use fixed point conversion consistently r=def- a=Learath2
This fixes the issue with the Tex UV coords being complete garbage
Co-authored-by: Learath <learath2@gmail.com>
2020-09-22 13:13:16 +00:00
patiga
2ef344ea1a
set the correct variable
2020-09-22 14:50:04 +02:00
Learath
bbdcb7035d
Style
2020-09-22 15:47:21 +03:00
bors[bot]
d9e748ee91
Merge #2888
...
2888: Fix dilate alpha threshold & auto apply dilate on embedded texture in editor r=def- a=Jupeyy
editor dilate can be turned off.
about the threshold:
old:
![Screenshot_20200920_175749](https://user-images.githubusercontent.com/6654924/93716689-8d605b80-fb71-11ea-8049-848c8bd3a7f2.png )
new:
![Screenshot_20200920_175846](https://user-images.githubusercontent.com/6654924/93716692-8e918880-fb71-11ea-8108-9be5378cd932.png )
Co-authored-by: Jupeyy <jupjopjap@gmail.com>
2020-09-22 12:38:53 +00:00
Learath
586043fc64
Use fixed point conversion consistently
2020-09-22 15:29:16 +03:00
def
ddb88c6f3b
Editor: Select game layer by default
...
Since it's the most important layer
2020-09-21 19:36:28 +02:00
Jupeyy
0ec7f1e1dc
Fix dilate threshold & automatically apply dilate on embedded textures in the editor
2020-09-21 19:17:38 +02:00
Edgar
9cdaba88dc
fix style
2020-09-20 14:08:27 +02:00
Edgar
ffade19e19
don't show scrollbar if not needed on auto rules
2020-09-20 14:01:28 +02:00
Edgar
2587328aa4
add scrollbar to auto rules list, fixes #2514
2020-09-20 13:52:38 +02:00
Fireball
bb2be60a08
Ask for confirmation before placing border tiles ( fixes #2823 )
2020-09-20 01:42:07 +01:00
Jupeyy
a1eb5dc114
Max images(for editor, clamp for client and warning for mapconvert) ( fixes #2148 )
2020-09-19 21:22:21 +02:00
bors[bot]
21e080596a
Merge #2836 #2841 #2845
...
2836: Only make Esc key leave editor when no popup is open r=Jupeyy a=def-
2841: Fix ingame browser tab change (fixes #2839 ) r=Jupeyy a=def-
2845: Fix spacing in kick-vote menu (center tees and text) r=Learath2 a=def-
Old: ![screenshot-20200917@090205](https://user-images.githubusercontent.com/2335377/93431529-882ab480-f8c4-11ea-8e56-dfe903a5ae06.png )
New: ![screenshot-20200917@090226](https://user-images.githubusercontent.com/2335377/93431538-8cef6880-f8c4-11ea-8946-449e7aa6dea7.png )
Co-authored-by: def <dennis@felsin9.de>
2020-09-17 14:00:09 +00:00
def
433881824a
Only make Esc key leave editor when no popup is open
2020-09-15 21:57:09 +02:00
Jupeyy
dc3580d976
0.7 cursor
2020-09-15 16:18:12 +02:00
def
a67a8e36aa
clang-format: fix style
2020-09-14 16:00:51 +02:00
Vlad
be90f3f48b
Replaced tile names.
2020-09-13 23:00:49 +03:00
heinrich5991
ffab6292ad
Merge branch 'master' into pr-start
2020-09-11 14:25:50 +02:00
heinrich5991
aa46ca6bf9
Fix some style issues via scripts/fix_style.py, size_t
2020-09-11 00:47:38 +02:00
Jupeyy
3b403f76a9
Fix editor speedup brush
2020-09-11 00:34:43 +02:00
def
2cdc7d0faf
Adapt 0.7 start menu
...
- Working Local Server button (needs fixing for Windows)
- Highlight buttons if server is running, new news is out and editor has
unsaved changes
2020-09-10 20:13:01 +02:00
def
a496583a93
Fix proof circle position in editor
...
As reported by Ravie on Discord. Tee is not drawn exactly in center.
2020-09-04 23:57:21 +02:00
bors[bot]
ca30afdd66
Merge #2710
...
2710: Fix layers right click on item opens menu for previously selected (left clicked) item r=heinrich5991 a=BannZay
```
Im 'corneumToday at 16:55
when i have a layer selected and rightclick on another one to change its properties, it doesnt switch to that layer. that hasnt always been this way and its throwing me off lately
especially because it still opens the menu for the other layer
```
Co-authored-by: Andrii <bannzay3@gmail.com>
2020-09-02 15:59:48 +00:00
Andrii
5ef0270cd2
Fix map details layout
2020-09-02 18:28:28 +03:00
Andrii
e156cd570c
keep layers selection on group right click
2020-09-02 18:11:57 +03:00
Andrii
392f58ae2f
select layer under mouse pointer on right click
2020-09-02 18:11:24 +03:00
bors[bot]
ea7b2671bc
Merge #2691 #2701 #2702 #2705
...
2691: Also check for divisibility by 16 of height (fixes #2687 ) r=heinrich5991 a=def-
2701: Set search field active when opening file dialog in editor r=heinrich5991 a=def-
2702: Remove fallback for Teeworlds' settings.cfg (partially fixes #2698 ) r=heinrich5991 a=def-
2705: Clarify kill and /kill r=heinrich5991 a=def-
Co-authored-by: def <dennis@felsin9.de>
2020-09-01 14:25:09 +00:00
def
c0f8ad50dc
Set search field active when opening file dialog
2020-09-01 09:48:51 +02:00
def
19d9741438
Rename m_aFileDialogActivate to m_FileDialogActivate
2020-09-01 09:48:13 +02:00