index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
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
*
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
*
Cleanups.
Aaron Giles
2008-07-17
1
-1
/
+1
*
Note: I have done some testing, but there are probably more bugs
Aaron Giles
2008-07-12
1
-0
/
+27
*
01663: Hat switches not working
Couriersud
2008-04-04
1
-1
/
+2
*
Cleanups and version bump to 0.124u1.
mame0124u1
Aaron Giles
2008-04-03
1
-1
/
+1
*
Add ITEM_IDs for additional axes and switches
Couriersud
2008-03-30
1
-3
/
+70
*
Fix cfg file corruption if joystick is not connected
Couriersud
2008-03-26
1
-1
/
+1
*
Normalized function pointer typedefs: they are now all
Aaron Giles
2008-03-03
1
-2
/
+2
*
- Added deprecat.h that contains some deprecated/discouraged contructs (see b...
Zsolt Vasvari
2008-01-25
1
-1
/
+1
*
Cleanups and version bump to 0.122u4.
mame0122u4
Aaron Giles
2008-01-07
1
-1
/
+1
[next]