index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
emu
/
input.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-2378
/
+0
*
Let's be more strict (nw)
Vas Crabb
2015-11-02
1
-3
/
+3
*
compile fixes for GCC5.1.1 win64 and CPP11 mode.. requested by mingw team to ...
Cowering
2015-05-28
1
-6
/
+6
*
moved all to std::string (nw)
Miodrag Milanovic
2015-04-22
1
-60
/
+65
*
removed bool conversion and implicit empty check (nw)
Miodrag Milanovic
2015-04-19
1
-2
/
+2
*
string -> str rename due to future conflicts (nw)
Miodrag Milanovic
2015-04-12
1
-47
/
+47
*
There is no implicit conversion to char* in std::string (nw)
Miodrag Milanovic
2015-04-12
1
-8
/
+8
*
cstr() - > c_str() as preparation for move to std::string (nw)
Miodrag Milanovic
2015-04-11
1
-6
/
+6
*
Improve responsiveness of 8-way joysticks default behaviour on 4-way games wh...
Quench0
2015-02-21
1
-2
/
+1
*
Moved eminline and related files into /src/osd since it's system related (nw)
Miodrag Milanovic
2014-04-16
1
-4
/
+4
*
Move destructor definitions out of header files included by emu.h; clean some...
Alex W. Jackson
2014-03-27
1
-0
/
+9
*
Moved core template container classes up from emutempl.h to coretmpl.h:
Aaron Giles
2014-03-11
1
-59
/
+6
*
added a few more missing \n in logging / cleanups (nw)
Oliver Stöneberg
2014-03-10
1
-2
/
+2
*
Bulk convert files that already had standard BSD license in my name
Aaron Giles
2013-10-16
1
-31
/
+2
*
input: Support up to 32 buttons and harmonize Windows and SDL behavior if you...
R. Belmont
2013-02-18
1
-0
/
+16
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-66
/
+66
*
removed unnecessary strlen() usage (no whatsnew)
Oliver Stöneberg
2012-07-27
1
-1
/
+1
*
Some cleanup of some observed #include redundancy from source files which use...
Scott Stone
2012-02-06
1
-1
/
+0
*
Removed old C-based interface to astrings. astring exists only as
Aaron Giles
2012-01-03
1
-1
/
+1
*
Death by static initialization order. Fixed declaration order at the
Aaron Giles
2011-06-20
1
-4
/
+3
*
Cleanups and version bump
mame0142u5
Angelo Salese
2011-06-05
1
-38
/
+38
*
Fix for Apple GCC (no whatsnew)
R. Belmont
2011-05-31
1
-1
/
+1
*
(Finally found the time to finish this....)
Aaron Giles
2011-05-30
1
-1110
/
+1663
*
Switch to using delegates for some callbacks:
Aaron Giles
2011-04-27
1
-1
/
+1
*
Privatized most of the m_machine pointers in the system to prevent
Aaron Giles
2011-04-19
1
-5
/
+10
*
BIG update.
Aaron Giles
2011-03-29
1
-73
/
+75
*
Converted core_options to a class. Removed a bunch of marginal
Aaron Giles
2011-03-03
1
-10
/
+10
*
mame_file is now emu_file and is a class. It is required
Aaron Giles
2011-02-12
1
-10
/
+10
*
I had originally wanted to convert the profiler to use scopes (e.g.,
Aaron Giles
2010-08-21
1
-2
/
+2
*
Swap: (astring.len() != 0) -> astring
Aaron Giles
2010-08-21
1
-1
/
+1
*
Split mame.c into mame.c and machine.c, the latter containing the
Aaron Giles
2010-06-30
1
-17
/
+17
*
Added debug_global_input_code_pressed_once() function to input.c [Angelo Salese]
Angelo Salese
2010-05-24
1
-1
/
+6
*
Made input_device pointers non-volatile. Since we return pointers to them
Aaron Giles
2010-03-30
1
-17
/
+17
*
Fix bug introduced with astring changes that caused malformed tokens
Aaron Giles
2010-01-18
1
-2
/
+2
*
First round of an attempted cleanup of header files in the system.
Aaron Giles
2010-01-10
1
-2
/
+1
*
Extended the astring class wrapper into something useful, and
Aaron Giles
2010-01-08
1
-38
/
+31
*
NOTE: This change requires two new osd functions: osd_malloc() and
Aaron Giles
2010-01-08
1
-1
/
+5
*
Results of running the latest srcclean.
Aaron Giles
2009-12-28
1
-2
/
+2
*
From: David Haywood [neohaze@nildram.co.uk]
Aaron Giles
2009-10-01
1
-1
/
+4
*
Cleanups and version bump.
Aaron Giles
2009-09-10
1
-3
/
+3
*
Added debug_global_input_code_pressed() for use in debugging.
Aaron Giles
2009-09-08
1
-8
/
+30
*
MAMEUI uses input_seq_from_tokens() outside the context of a running emulation,
Nathan Woods
2009-09-07
1
-2
/
+2
*
> From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2009-09-06
1
-97
/
+134
*
Changed profiler to separate start/stop cases. [Christophe Jaillet]
Aaron Giles
2009-08-19
1
-2
/
+2
*
Bulk change alert.
Aaron Giles
2009-04-26
1
-6
/
+5
*
Changed UI to ignore selection from lightguns when off screen. This stops se...
Derrick Renaud
2009-04-24
1
-55
/
+52
*
Fixed bug where repeating axis values were being selected for button input in...
Derrick Renaud
2009-04-23
1
-37
/
+114
*
Many casts added to the core files, and various other tweaks
Aaron Giles
2009-03-12
1
-14
/
+14
*
02747: Compile error on openSUSE 11.1 / gcc 4.3.2 with OPTIMIZE=3
Aaron Giles
2008-12-25
1
-1
/
+1
*
From: Oliver Stoeneberg [mailto:oliverst@online.de]
Aaron Giles
2008-09-11
1
-4
/
+5
[next]