Eladash
|
7d89938624
|
cellPad: do not use recusrive mutex
|
2021-05-28 20:25:16 +03:00 |
|
Nekotekina
|
52fe86b56c
|
fixed_typemap.hpp: make it a bit fool-proof
Require objects to be non-copyable (move is still allowed).
|
2021-03-02 21:58:49 +03:00 |
|
Nekotekina
|
b7bf316c1a
|
Don't randomly include "stdafx.h"
It's file for precompiled headers.
Include what is used, don't rely on transitive includes.
|
2020-12-22 14:32:30 +03:00 |
|
Nekotekina
|
e055d16b2c
|
Replace verify() with ensure() with auto src location.
Expression ensure(x) returns x.
Using comma operator removed.
|
2020-12-09 15:43:38 +03:00 |
|
RipleyTom
|
af8c661a64
|
Remove BOM markers
|
2020-12-06 15:30:12 +03:00 |
|
Megamouse
|
76faaf43f7
|
Input: Use global variables for pad modifications
|
2020-06-26 04:42:52 +02:00 |
|
Megamouse
|
eb5ec211c2
|
Input: remember registered ldd controllers
- Don't reset ldd pads when saving a pad config
- Prevent configuration of registered ldd pads in the gui while ingame
|
2020-05-13 11:17:58 +02:00 |
|
Megamouse
|
f7666f44da
|
Untangle GUI and input includes
|
2020-02-24 16:31:01 +01:00 |
|
linkmauve
|
e9c5c6e6bf
|
Move input to its own directory (#7126)
|
2019-12-22 17:39:42 +01:00 |
|