1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 04:23:51 +00:00

10 Commits

Author SHA1 Message Date
Bartosz Taudul
c43eb29ce0 Don't send source location pointer in query reply.
Since reply order is the same as the query order, the server already
knows what source location it receives. This observation allows placing
zone name into the source location struct.
2017-11-14 23:06:45 +01:00
Bartosz Taudul
81735aea2f Support for setting zone names in lua. 2017-11-11 17:56:41 +01:00
Bartosz Taudul
1e4381ff42 Add a note about header requirements. 2017-11-09 19:04:04 +01:00
Bartosz Taudul
68f66a923e Lua zone text. 2017-11-07 00:35:15 +01:00
Bartosz Taudul
27dd46a97d Lua message sending. 2017-11-07 00:28:23 +01:00
Bartosz Taudul
9046a72f82 Fix enabled/disabled includes. 2017-11-06 15:16:12 +01:00
Bartosz Taudul
8d4b10be4d Fix typo. 2017-11-06 15:16:06 +01:00
Bartosz Taudul
d7e7aa275a Fix handling of unnamed functions. 2017-11-06 02:02:16 +01:00
Bartosz Taudul
4aa93f6285 Adjust default lua zone color. 2017-11-05 21:22:48 +01:00
Bartosz Taudul
0fb5f012ce Lua profiling framework. No source location transfer yet. 2017-11-05 15:06:28 +01:00