Home
last modified time | relevance | path

Searched refs:LMsg (Results 1 – 25 of 83) sorted by relevance

1234

/dports/games/py-fife/fifengine-0.4.2/engine/core/audio/
H A Dsoundclipmanager.cpp175 …FL_WARN(_log, LMsg("SoundClipManager::reload(std::string) - ") << "Resource name " << name << " no… in reload()
189 …FL_WARN(_log, LMsg("SoundClipManager::reload(ResourceHandle) - ") << "Resource handle " << handle … in reload()
216 …FL_DBG(_log, LMsg("SoundClipManager::loadUnreferenced() - ") << "Loaded " << count << " unreferenc… in loadUnreferenced()
229 …FL_WARN(_log, LMsg("SoundClipManager::free(std::string) - ") << "Resource name " << name << " not … in free()
241 …FL_WARN(_log, LMsg("SoundClipManager::free(ResourceHandle) - ") << "Resource handle " << handle <<… in free()
257 FL_DBG(_log, LMsg("SoundClipManager::freeAll() - ") << "Freed all " << count << " resources."); in freeAll()
272 …FL_DBG(_log, LMsg("SoundClipManager::freeUnreferenced() - ") << "Freed " << count << " unreference… in freeUnreferenced()
301 …FL_WARN(_log, LMsg("SoundClipManager::remove(std::string) - ") << "Resource " << name << " was not… in remove()
346 …FL_DBG(_log, LMsg("SoundClipManager::removeAll() - ") << "Removed all " << count << " resources."); in removeAll()
361 …FL_DBG(_log, LMsg("SoundClipManager::removeUnreferenced() - ") << "Removed " << count << " unrefer… in removeUnreferenced()
[all …]
H A Dsoundmanager.cpp80 FL_ERR(_log, LMsg() << "error closing openal device"); in ~SoundManager()
409 FL_WARN(_log, LMsg() << "SoundEmitter already have an source handler"); in setEmitterSource()
423 FL_WARN(_log, LMsg() << "SoundEmitter can not release source handler"); in releaseSource()
543 FL_WARN(_log, LMsg() << "SoundEmitter can not remove unknown group"); in removeGroup()
567 FL_WARN(_log, LMsg() << "Unknown group can not played"); in play()
579 FL_WARN(_log, LMsg() << "Unknown group can not paused"); in pause()
591 FL_WARN(_log, LMsg() << "Unknown group can not stopped"); in stop()
603 FL_WARN(_log, LMsg() << "Unknown group can not rewinded"); in rewind()
615 FL_WARN(_log, LMsg() << "Unknown group can not set gain"); in setGain()
627 FL_WARN(_log, LMsg() << "Unknown group can not set max gain"); in setMaxGain()
[all …]
/dports/games/py-fife/fifengine-0.4.2/engine/core/video/
H A Danimationmanager.cpp180 …FL_WARN(_log, LMsg("AnimationManager::reload(std::string) - ") << "Resource name " << name << " no… in reload()
194 …FL_WARN(_log, LMsg("AnimationManager::reload(ResourceHandle) - ") << "Resource handle " << handle … in reload()
221 …FL_DBG(_log, LMsg("AnimationManager::loadUnreferenced() - ") << "Loaded " << count << " unreferenc… in loadUnreferenced()
234 …FL_WARN(_log, LMsg("AnimationManager::free(std::string) - ") << "Resource name " << name << " not … in free()
246 …FL_WARN(_log, LMsg("AnimationManager::free(ResourceHandle) - ") << "Resource handle " << handle <<… in free()
262 FL_DBG(_log, LMsg("AnimationManager::freeAll() - ") << "Freed all " << count << " resources."); in freeAll()
277 …FL_DBG(_log, LMsg("AnimationManager::freeUnreferenced() - ") << "Freed " << count << " unreference… in freeUnreferenced()
306 …FL_WARN(_log, LMsg("AnimationManager::remove(std::string) - ") << "Resource " << name << " was not… in remove()
351 …FL_DBG(_log, LMsg("AnimationManager::removeAll() - ") << "Removed all " << count << " resources."); in removeAll()
401 …FL_WARN(_log, LMsg("AnimationManager::get(ResourceHandle) - ") << "Resource handle " << handle << … in get()
[all …]
H A Dimagemanager.cpp203 …FL_WARN(_log, LMsg("ImageManager::reload(std::string) - ") << "Resource name " << name << " not fo… in reload()
217 …FL_WARN(_log, LMsg("ImageManager::reload(ResourceHandle) - ") << "Resource handle " << handle << "… in reload()
244 …FL_DBG(_log, LMsg("ImageManager::loadUnreferenced() - ") << "Loaded " << count << " unreferenced r… in loadUnreferenced()
257 …FL_WARN(_log, LMsg("ImageManager::free(std::string) - ") << "Resource name " << name << " not foun… in free()
269 …FL_WARN(_log, LMsg("ImageManager::free(ResourceHandle) - ") << "Resource handle " << handle << " n… in free()
285 FL_DBG(_log, LMsg("ImageManager::freeAll() - ") << "Freed all " << count << " resources."); in freeAll()
300 …FL_DBG(_log, LMsg("ImageManager::freeUnreferenced() - ") << "Freed " << count << " unreferenced re… in freeUnreferenced()
329 …FL_WARN(_log, LMsg("ImageManager::remove(std::string) - ") << "Resource " << name << " was not fou… in remove()
374 FL_DBG(_log, LMsg("ImageManager::removeAll() - ") << "Removed all " << count << " resources."); in removeAll()
424 …FL_WARN(_log, LMsg("ImageManager::get(ResourceHandle) - ") << "Resource handle " << handle << " is… in get()
[all …]
/dports/games/py-fife/fifengine-0.4.2/engine/core/model/structures/
H A Drenderernode.cpp177 FL_WARN(_log, LMsg("RendererNode::setRelative(Location) - ") << "No instance attached."); in setRelative()
183 FL_WARN(_log, LMsg("RendererNode::setRelative(Location, Point) - ") << "No instance attached."); in setRelative()
190 … FL_WARN(_log, LMsg("RendererNode::setRelative(Point) - ") << "No instance or location attached."); in setRelative()
197 FL_WARN(_log, LMsg("RendererNode::getAttachedInstance() - ") << "No instance attached."); in getAttachedInstance()
203 FL_WARN(_log, LMsg("RendererNode::getAttachedLocation() - ") << "No location attached."); in getAttachedLocation()
209 FL_WARN(_log, LMsg("RendererNode::getAttachedLayer() - ") << "No layer attached."); in getAttachedLayer()
215 FL_WARN(_log, LMsg("RendererNode::getAttachedPoint() - ") << "No point attached."); in getAttachedPoint()
222 FL_WARN(_log, LMsg("RendererNode::getOffsetLocation() - ") << "No location as offset used."); in getOffsetLocation()
228 FL_WARN(_log, LMsg("RendererNode::getOffsetPoint() - ") << "No point as offset used."); in getOffsetPoint()
308 …FL_WARN(_log, LMsg("RendererNode::getCalculatedPoint(Camera, Layer) - ") << "No layer attached. So… in getCalculatedPoint()
/dports/games/py-fife/fifengine-0.4.2/engine/core/vfs/zip/
H A Dzipsource.cpp76 …FL_DBG(_log, LMsg("trying to uncompress file ") << path << " (compressed with method " << entryDa… in open()
90 FL_ERR(_log, LMsg("inflateInit2 failed")); in open()
98 FL_ERR(_log, LMsg("inflate failed: ") << zstream.msg); in open()
100 FL_ERR(_log, LMsg("inflate failed without msg, err: ") << err); in open()
112 FL_ERR(_log, LMsg("unsupported compression")); in open()
147 FL_ERR(_log, LMsg("invalid local file header: ") << header); in readFileToIndex()
152 FL_ERR(_log, LMsg("only zip version 2 is supported, required: ") << vneeded); in readFileToIndex()
160 …FL_DBG(_log, LMsg("found file: ") << filePath.string() << " (" << compsize << "/" << realsize << "… in readFileToIndex()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/dockedformeditor/source/
H A Ddockedresizecontrol.pas184 LMsg: TLMKeyUp;
196 FillChar(LMsg{%H-}, SizeOf(LMsg), 0);
197 LMsg.msg := CN_KEYDOWN;
198 LMsg.CharCode := Key;
199 LWndProc(TLMessage(LMsg));
200 Key := LMsg.CharCode;
207 LMsg: TLMKeyUp;
210 FillChar(LMsg{%H-}, SizeOf(LMsg), 0);
211 LMsg.msg := CN_KEYUP;
212 LMsg.CharCode := Key;
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/dockedformeditor/source/
H A Ddockedresizecontrol.pas184 LMsg: TLMKeyUp;
196 FillChar(LMsg{%H-}, SizeOf(LMsg), 0);
197 LMsg.msg := CN_KEYDOWN;
198 LMsg.CharCode := Key;
199 LWndProc(TLMessage(LMsg));
200 Key := LMsg.CharCode;
207 LMsg: TLMKeyUp;
210 FillChar(LMsg{%H-}, SizeOf(LMsg), 0);
211 LMsg.msg := CN_KEYUP;
212 LMsg.CharCode := Key;
[all …]
/dports/editors/lazarus/lazarus/lcl/interfaces/mui/
H A Dmuiformsunit.pas171 LMsg: pMUI_LayoutMsg;
179 LMsg := Msg;
192 case LMsg^.lm_type of
209 LMsg^.lm_MinMax.MinWidth := MiW;
210 LMsg^.lm_MinMax.MinHeight := MiH;
211 LMsg^.lm_MinMax.MaxWidth := MaW;
212 LMsg^.lm_MinMax.MaxHeight := MaH;
214 LMsg^.lm_MinMax.DefWidth := Win.FWidth - BW;
218 LMsg^.lm_MinMax.MinWidth := Win.FWidth - BW;
220 LMsg^.lm_MinMax.MaxWidth := Win.FWidth - BW;
[all …]
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/mui/
H A Dmuiformsunit.pas171 LMsg: pMUI_LayoutMsg;
179 LMsg := Msg;
192 case LMsg^.lm_type of
209 LMsg^.lm_MinMax.MinWidth := MiW;
210 LMsg^.lm_MinMax.MinHeight := MiH;
211 LMsg^.lm_MinMax.MaxWidth := MaW;
212 LMsg^.lm_MinMax.MaxHeight := MaH;
214 LMsg^.lm_MinMax.DefWidth := Win.FWidth - BW;
218 LMsg^.lm_MinMax.MinWidth := Win.FWidth - BW;
220 LMsg^.lm_MinMax.MaxWidth := Win.FWidth - BW;
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/mui/
H A Dmuiformsunit.pas171 LMsg: pMUI_LayoutMsg;
179 LMsg := Msg;
192 case LMsg^.lm_type of
209 LMsg^.lm_MinMax.MinWidth := MiW;
210 LMsg^.lm_MinMax.MinHeight := MiH;
211 LMsg^.lm_MinMax.MaxWidth := MaW;
212 LMsg^.lm_MinMax.MaxHeight := MaH;
214 LMsg^.lm_MinMax.DefWidth := Win.FWidth - BW;
218 LMsg^.lm_MinMax.MinWidth := Win.FWidth - BW;
220 LMsg^.lm_MinMax.MaxWidth := Win.FWidth - BW;
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/mui/
H A Dmuiformsunit.pas171 LMsg: pMUI_LayoutMsg;
179 LMsg := Msg;
192 case LMsg^.lm_type of
209 LMsg^.lm_MinMax.MinWidth := MiW;
210 LMsg^.lm_MinMax.MinHeight := MiH;
211 LMsg^.lm_MinMax.MaxWidth := MaW;
212 LMsg^.lm_MinMax.MaxHeight := MaH;
214 LMsg^.lm_MinMax.DefWidth := Win.FWidth - BW;
218 LMsg^.lm_MinMax.MinWidth := Win.FWidth - BW;
220 LMsg^.lm_MinMax.MaxWidth := Win.FWidth - BW;
[all …]
/dports/games/py-fife/fifengine-0.4.2/engine/core/vfs/
H A Dvfs.cpp69 FL_LOG(_log, LMsg("new provider: ") << provider->getName()); in addProvider()
75 FL_WARN(_log, LMsg(path) << " is already used as VFS source"); in createSource()
89 …FL_WARN(_log, LMsg(provider->getName()) << " thought it could load " << path << " but didn't succe… in createSource()
92 …FL_WARN(_log, LMsg(provider->getName()) << " thought it could load " << path << " but didn't succe… in createSource()
97 FL_WARN(_log, LMsg("no provider for ") << path << " found"); in createSource()
106 FL_WARN(_log, LMsg("Failed to add new VFS source: ") << path); in addNewSource()
139 FL_WARN(_log, LMsg("no source for ") << file << " found"); in getSourceForFile()
173 FL_DBG(_log, LMsg("Opening: ") << path); in open()
/dports/games/py-fife/fifengine-0.4.2/engine/core/util/log/
H A Dlogger.h82 class LMsg {
84 LMsg(const std::string& msg=""): str(msg) {} in str()
85 ~LMsg() {} in ~LMsg()
87 template <typename T> LMsg& operator<<(const T& t) {
228 void log(LogManager::LogLevel level, const LMsg& msg);
/dports/games/py-fife/fifengine-0.4.2/engine/core/vfs/dat/
H A Ddat2.cpp45 FL_LOG(_log, LMsg("MFFalloutDAT2") in DAT2()
53 FL_LOG(_log, LMsg("MFFalloutDAT2") in DAT2()
64 FL_LOG(_log, LMsg("MFFalloutDAT2 FileCount: ") << m_filecount); in DAT2()
104 FL_LOG(_log, LMsg("MFFalloutDAT2, All file entries in '") << m_datpath << "' loaded."); in readFileEntry()
144 FL_LOG(_log, LMsg("MFFalloutDAT2") in findFileEntry()
/dports/games/py-fife/fifengine-0.4.2/engine/core/model/metamodel/grids/
H A Dhexgrid.cpp51 FL_DBG(_log, LMsg("HEX_WIDTH ") << HEX_WIDTH); in HexGrid()
52 FL_DBG(_log, LMsg("HEX_TO_EDGE ") << HEX_TO_EDGE); in HexGrid()
53 FL_DBG(_log, LMsg("HEX_TO_CORNER ") << HEX_TO_CORNER); in HexGrid()
54 FL_DBG(_log, LMsg("HEX_EDGE_HALF ") << HEX_EDGE_HALF); in HexGrid()
55 FL_DBG(_log, LMsg("VERTICAL_MULTIP ") << VERTICAL_MULTIP); in HexGrid()
145 FL_DBG(_log, LMsg("layercoords ") << layer_coords << " converted to map: " << result); in toMapCoordinates()
153 FL_DBG(_log, LMsg("mapcoords ") << map_coord << " converted to layer: " << layer_coords); in toExactLayerCoordinates()
158 …FL_DBG(_log, LMsg("==============\nConverting map coords ") << map_coord << " to int32_t layer coo… in toLayerCoordinates()
224 FL_DBG(_log, LMsg("===============\ngetting vertices for ") << cell); in getVertices()
/dports/editors/lazarus/lazarus/components/sparta/mdi/source/
H A Dsparta_basicresizeframe.pas1009 LMsg: TLMKeyUp;
1012 FillChar(LMsg{%H-}, SizeOf(LMsg), 0);
1013 LMsg.msg := CN_KEYDOWN;
1014 LMsg.CharCode := Key;
1015 LWndProc(TLMessage(LMsg));
1016 Key := LMsg.CharCode;
1023 LMsg: TLMKeyUp;
1026 FillChar(LMsg{%H-}, SizeOf(LMsg), 0);
1027 LMsg.msg := CN_KEYUP;
1028 LMsg.CharCode := Key;
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/sparta/mdi/source/
H A Dsparta_basicresizeframe.pas1012 LMsg: TLMKeyUp;
1015 FillChar(LMsg{%H-}, SizeOf(LMsg), 0);
1016 LMsg.msg := CN_KEYDOWN;
1017 LMsg.CharCode := Key;
1018 LWndProc(TLMessage(LMsg));
1019 Key := LMsg.CharCode;
1026 LMsg: TLMKeyUp;
1029 FillChar(LMsg{%H-}, SizeOf(LMsg), 0);
1030 LMsg.msg := CN_KEYUP;
1031 LMsg.CharCode := Key;
[all …]
/dports/games/py-fife/fifengine-0.4.2/engine/core/audio/effects/
H A Dsoundeffectmanager.cpp109 FL_WARN(_log, LMsg() << "ALC_EXT_EFX not supported!\n"); in init()
129 FL_WARN(_log, LMsg() << "Failed initializing slot function pointers\n"); in init()
147 FL_WARN(_log, LMsg() << "Failed initializing effect function pointers\n"); in init()
165 FL_WARN(_log, LMsg() << "Failed initializing filter function pointers\n"); in init()
264 FL_WARN(_log, LMsg() << "No free auxiliary slot available"); in enableSoundEffect()
307 FL_WARN(_log, LMsg() << "Maximal effect number for SoundEmitter reached"); in addEmitterToSoundEffect()
320 FL_WARN(_log, LMsg() << "SoundEmitter can not removed from unknown effect"); in removeEmitterFromSoundEffect()
346 FL_WARN(_log, LMsg() << "SoundEffect already has a filter"); in addSoundFilterToSoundEffect()
360 FL_WARN(_log, LMsg() << "SoundEffect can not removed from unknown filter"); in removeSoundFilterFromSoundEffect()
474 FL_WARN(_log, LMsg() << "SoundEmitter already has a direct filter"); in addEmitterToDirectSoundFilter()
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/sparta/mdi/source/
H A Dsparta_basicresizeframe.pas1012 LMsg: TLMKeyUp;
1015 FillChar(LMsg{%H-}, SizeOf(LMsg), 0);
1016 LMsg.msg := CN_KEYDOWN;
1017 LMsg.CharCode := Key;
1018 LWndProc(TLMessage(LMsg));
1019 Key := LMsg.CharCode;
1026 LMsg: TLMKeyUp;
1029 FillChar(LMsg{%H-}, SizeOf(LMsg), 0);
1030 LMsg.msg := CN_KEYUP;
1031 LMsg.CharCode := Key;
[all …]
/dports/editors/lazarus-qt5/lazarus/components/sparta/mdi/source/
H A Dsparta_basicresizeframe.pas1009 LMsg: TLMKeyUp;
1012 FillChar(LMsg{%H-}, SizeOf(LMsg), 0);
1013 LMsg.msg := CN_KEYDOWN;
1014 LMsg.CharCode := Key;
1015 LWndProc(TLMessage(LMsg));
1016 Key := LMsg.CharCode;
1023 LMsg: TLMKeyUp;
1026 FillChar(LMsg{%H-}, SizeOf(LMsg), 0);
1027 LMsg.msg := CN_KEYUP;
1028 LMsg.CharCode := Key;
[all …]
/dports/games/py-fife/fifengine-0.4.2/engine/core/controller/
H A Denginesettings.cpp106 FL_WARN(_log, LMsg("EngineSettings::setBitsPerPixel() - ") in setBitsPerPixel()
124 FL_WARN(_log, LMsg("EngineSettings::setInitialVolume() - ") in setInitialVolume()
146 FL_WARN(_log, LMsg("EngineSettings::setRenderBackend() - ") in setRenderBackend()
276 FL_WARN(_log, LMsg("EngineSettings::setLightingModel() - ") in setLightingModel()
/dports/sysutils/screen/screen-4.8.0/
H A Dmark.c482 LMsg(0, "Not enough memory... Sorry."); in GetHistory()
527 LMsg(0, "Copy mode - Column %d Line %d(+%d) (%d,%d)", in MarkRoutine()
743 LMsg(0, "Column %d(%d..%d) Line %d(+%d)", cx+1,
884 LMsg(0, "Multiple lines (CR/LF)");
886 LMsg(0, "Multiple lines (LF)");
889 LMsg(0, "Lines joined");
892 LMsg(0, "Lines joined with blanks");
895 LMsg(0, "Lines joined with comma");
999 LMsg(0, "Not enough memory... Sorry.");
1046 LMsg(0, "Appended %d characters to buffer",
[all …]
/dports/games/py-fife/fifengine-0.4.2/engine/core/video/fonts/
H A Dsubimagefont.cpp54 FL_LOG(_log, LMsg("fifechan_image_font, loading ") << filename << " glyphs " << glyphs); in SubImageFont()
99 FL_DBG(_log, LMsg("image_font") in SubImageFont()
/dports/games/py-fife/fifengine-0.4.2/engine/core/gui/fifechan/console/
H A Dconsole.cpp225 FL_DBG(_log, LMsg("in execute with command ") << cmd); in execute()
238 FL_WARN(_log, LMsg("ConsoleExecuter not bind, but command received: ") << cmd.c_str()); in execute()
242 FL_WARN(_log, LMsg("Console caught exception: ") << e.what()); in execute()

1234