index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
network
/
network_chat_gui.cpp
Age
Commit message (
Expand
)
Author
2021-09-19
Add: [Network] external chat messages for remote admins (#9563)
dP
2021-05-29
Codechange: Rename window related DeleteXXX to match new behaviour
glx22
2021-05-29
Fix f6d5c01: Delay deletion when closing windows
glx22
2021-05-16
Codechange: [Network] Let NetworkClientInfo use std::string
rubidium42
2021-05-15
Codechange: [Network] Let chat communication use std::string
rubidium42
2021-05-15
Change: Use gender-neutral pronouns
rubidium42
2021-05-08
Codechange: [Network] Change ChatMessage's message to std::string and simplif...
rubidium42
2021-04-29
Fix: [MinGW] Set minimum OS version to Windows XP (#9135)
Loïc Guilloux
2021-04-22
Codechange: Use new widget features on chat message box.
Peter Nelson
2021-04-16
Feature: Show previous chat history when the chat message box is open
Peter Nelson
2021-04-16
Codechange: Use std::deque for chat history instead of fixed array
Peter Nelson
2021-02-27
Codechange: [Network] replace _realtime_tick with std::chrono
Patric Stout
2021-01-08
Codechange: Remove min/max functions in favour of STL variants (#8502)
Charles Pigott
2020-12-27
Codechange: Replace assert_compile macro with static_assert
Charles Pigott
2019-12-21
Codechange: Replace FOR_ALL_TOWNS with range-based for loops
glx
2019-12-21
Codechange: Replace network related FOR_ALL with range-based for loops
glx
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-03-24
Codechange: Use override specifier in Window-derived classes.
peter1138
2019-03-20
Remove: ENABLE_NETWORK switch
Patric Stout
2017-08-13
(svn r27893) -Codechange: Use fallthrough attribute. (LordAro)
frosch
2017-03-14
(svn r27794) -Fix [FS#6526]: Chat text background overflowed due to missing p...
peter1138
2015-02-13
(svn r27146) -Fix: Make statusbar and chat-entry window use the same width as...
frosch
2015-02-12
(svn r27144) -Change: The chatbox-width setting now uses percent of screen wi...
frosch
2014-04-28
(svn r26538) -Codechange: remove double accounting of the drivers
rubidium
2014-04-25
(svn r26509) -Codechange: replace strdup with stredup (the latter ensures the...
rubidium
2014-04-24
(svn r26506) -Codechange: replace most of vsnprintf with vseprintf
rubidium
2014-04-23
(svn r26486) -Codechange: replace a number of snprintfs with seprintf
rubidium
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2014-01-02
(svn r26209) -Codechange: remove some template magic and simplify some code
rubidium
2013-08-05
(svn r25668) -Codechange: Pass proper Unicode UCS-4 characters instead of jus...
michi_cc
2013-06-23
(svn r25452) -Codechange: let the chat messages be drawn like the console mes...
rubidium
2013-05-26
(svn r25290) -Add: Assign string names to notable windows.
frosch
2013-05-26
(svn r25287) -Codechange: Keep a reference to the WindowDesc in the Window af...
frosch
2013-03-17
(svn r25089) -Codechange: Move CharSetFilter from QueryString to Textbuf.
frosch
2013-01-08
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...
planetmaker
2012-11-14
(svn r24742) -Codechange: Remove QueryStringBaseWindow and store QueryStrings...
frosch
2012-11-14
(svn r24740) -Codechange: Remove duplicate members from QueryStringBaseWindow...
frosch
2012-11-14
(svn r24739) -Codechange: Simplify some code by using Textbuf::Assign.
frosch
2012-11-14
(svn r24738) -Codechange: Remove Textbuf::Initialize in favour of a constructor.
frosch
2012-11-13
(svn r24734) -Codechange: Move QueryStringBaseWindow::OnOSKInput to Window::O...
frosch
2012-11-13
(svn r24733) -Codechange: Move handling of editbox keys to window class.
frosch
2012-11-13
(svn r24732) -Codechange: Unify handling of OK and CANCEL actions for editboxes.
frosch
2012-11-13
(svn r24731) -Codechange: Remove OnOpenOSKWindow and instead specify OK and C...
frosch
2012-11-13
(svn r24729) -Codechange: Unify the handling of HEBR_EDITING.
frosch
2012-11-13
(svn r24726) -Codechange: Move editbox mouseloop handling to Window class.
frosch
2012-11-13
(svn r24724) -Codechange: Move drawing of editboxes to the widget drawing code.
frosch
2012-06-04
(svn r24324) -Codechange: Turn functions dealing with Textbufs into member fu...
frosch
2012-01-03
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
rubidium
2011-12-16
(svn r23544) -Codechange: document and rename widgets to be consistent and un...
truebrain
[next]